Skip to content

Commit

Permalink
Update to Go 1.21.8
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Turner <[email protected]>
  • Loading branch information
Ryan Turner committed Mar 5, 2024
1 parent 9aaac52 commit a31f488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request: {}
workflow_dispatch: {}
env:
GO_VERSION: 1.21.5
GO_VERSION: 1.21.8
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v[0-9].[0-9]+.[0-9]+'
env:
GO_VERSION: 1.21.5
GO_VERSION: 1.21.8
jobs:
cache-deps:
name: cache-deps (linux)
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.5
1.21.8

0 comments on commit a31f488

Please sign in to comment.