Skip to content

Commit

Permalink
ci: update go version
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Oct 4, 2024
1 parent cc703ee commit 2052dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- "v*"
env:
GO_VERSION: "1.20"
GO_VERSION: "1.22"
jobs:
release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'justfile'
pull_request:
env:
GO_VERSION: "1.17"
GO_VERSION: "1.22"
jobs:
test:
name: Test
Expand Down

0 comments on commit 2052dfc

Please sign in to comment.