Skip to content

Commit

Permalink
Update to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb committed Sep 8, 2024
1 parent f7112ed commit 4a3a775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint
env:
GO_VERSION: '1.20'
GO_VERSION: '1.22'
on:
push:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test
env:
GO_VERSION: '1.20'
GO_VERSION: '1.22'
on:
push:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//
module github.com/Cray-HPE/gru

go 1.20
go 1.22

require (
github.com/spf13/cobra v1.8.1
Expand Down

0 comments on commit 4a3a775

Please sign in to comment.