Skip to content

Commit

Permalink
chore: update Go version to 1.22.3 across project (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and af-afk authored Dec 13, 2024
1 parent 97aa4de commit 9e6cd05
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.23.2'
go-version: '1.22.3'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-spn-mainnet-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.23.2'
go-version: '1.22.3'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.23.2'
go-version: '1.22.3'

- name: Install Go dependencies
run: go mod tidy
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/fluidity-money/long.so

go 1.23
go 1.22.5

toolchain go1.22.10

require (
github.com/99designs/gqlgen v0.17.55
Expand Down

0 comments on commit 9e6cd05

Please sign in to comment.