Skip to content

Commit

Permalink
Update Go deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Oct 14, 2024
1 parent 57140e2 commit 8a10052
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-arb-sepolia-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21.1'
go-version: '1.23.2'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-spn-testnet-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21.1'
go-version: '1.23.2'

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

Configuration files that're distributed with the codebase. Should configure how the
frontend displays data using the graph.

0 comments on commit 8a10052

Please sign in to comment.