Skip to content

Commit

Permalink
build(deps): bump go version from 1.20 to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
peakji committed Sep 24, 2023
1 parent 3cc9b82 commit 5f6f470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.20"]
go-version: ["1.21"]
defaults:
run:
working-directory: main
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/hyperonym/ratus

go 1.20
go 1.21

require (
github.com/alexflint/go-arg v1.4.3
Expand Down

0 comments on commit 5f6f470

Please sign in to comment.