Skip to content

Commit

Permalink
ci: update Go from 1.19 to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
starius committed Jun 4, 2024
1 parent 8e5df96 commit 1b9337e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# go needs absolute directories, using the $HOME variable doesn't work here.
GOCACHE: /home/runner/work/go/pkg/build
GOPATH: /home/runner/work/go
GO_VERSION: 1.19.x
GO_VERSION: 1.22.x

jobs:
build:
Expand Down

0 comments on commit 1b9337e

Please sign in to comment.