Skip to content

Commit

Permalink
Update golang versions used in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
  • Loading branch information
kiashok committed Sep 24, 2024
1 parent 9196c84 commit b4db843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request

env:
GO_VERSION: "1.20.x"
GO_VERSION: "1.21.x"
GOTESTSUM_VERSION: "latest"

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

env:
GO_VERSION: "1.18.x"
GO_VERSION: "1.21.x"

jobs:
build:
Expand Down

0 comments on commit b4db843

Please # to comment.