Skip to content

Commit

Permalink
ci: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Jun 21, 2024
1 parent db4e573 commit 724860b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

env:
GO_VERSION: '1.22.3'
GO_VERSION: '1.22.4'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
GO_VERSION: '1.22.3'
GO_VERSION: '1.22.4'

jobs:
build:
Expand Down

0 comments on commit 724860b

Please sign in to comment.