Skip to content

Commit

Permalink
bump go version in CI steps to satisfy Sonobuoy bump
Browse files Browse the repository at this point in the history
The PR #144 is bumping Sonobuoy which requires Go bump to 1.23.

This commit changes the CI steps to use the correct go version
  • Loading branch information
mtulio committed Feb 24, 2025
1 parent e9307c0 commit 5fcadbb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
pull-requests: read

env:
GO_VERSION: 1.22
GO_VERSION: 1.23
GOLANGCI_LINT_VERSION: v1.59
TEST_DATA_URL: "https://d23912a6309zf7.cloudfront.net/ci"

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

env:
GO_VERSION: 1.22
GO_VERSION: 1.23
GOLANGCI_LINT_VERSION: v1.59

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre_linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ permissions:
checks: write

env:
GO_VERSION: 1.22
GO_VERSION: 1.23
GOLANGCI_LINT_VERSION: v1.59
STATIC_CHECK_VERSION: 2023.1.7
STATIC_CHECK_VERSION: 2025.1

jobs:
# shell:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
pull-requests: write

env:
GO_VERSION: 1.22
GO_VERSION: 1.23
GOLANGCI_LINT_VERSION: v1.59

jobs:
Expand Down

0 comments on commit 5fcadbb

Please sign in to comment.