Skip to content

Commit

Permalink
Merge pull request #2609 from inteon/bump_golang_in_ci
Browse files Browse the repository at this point in the history
✨Bump golang version in GH actions
  • Loading branch information
k8s-ci-robot committed Dec 3, 2023
2 parents 0376af3 + fc88f2b commit 8fa865b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -16,11 +16,11 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
version: v1.54.0
working-directory: ${{matrix.working-directory}}
2 changes: 1 addition & 1 deletion .github/workflows/pr-dependabot.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
with:
go-version: '1.20'
go-version: '1.21'
- name: Update all modules
run: make modules
- uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # tag=v9.1.3
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yml
Expand Up @@ -59,9 +59,9 @@ linters-settings:
- pkg: sigs.k8s.io/controller-runtime
alias: ctrl
staticcheck:
go: "1.20"
go: "1.21"
stylecheck:
go: "1.20"
go: "1.21"
revive:
rules:
# The following rules are recommended https://github.com/mgechev/revive#recommended-configuration
Expand Down

0 comments on commit 8fa865b

Please sign in to comment.