Skip to content

Commit

Permalink
Upgrade Go version to 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ifosch committed Oct 8, 2023
1 parent be7920e commit 4b504c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- master

env:
GO_VERSION: '^1.16'
GO_VERSION: '^1.21.2'

jobs:
test:
Expand Down
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:
- '*'

env:
GO_VERSION: '^1.16'
GO_VERSION: '^1.21.2'

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [pull_request]

env:
GO_VERSION: '^1.16'
GO_VERSION: '^1.21.2'

jobs:
test:
Expand Down

0 comments on commit 4b504c2

Please sign in to comment.