Skip to content

Commit

Permalink
update go version to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentysc committed Nov 22, 2024
1 parent 16f4aa4 commit 0992b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.22.0'
go-version: '1.22.1'
- name: Env
run: |
go version
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/crypto-com/chain-indexing

go 1.22.0
go 1.22.1

require (
github.com/Masterminds/squirrel v1.5.0
Expand Down

0 comments on commit 0992b18

Please sign in to comment.