Skip to content

Commit

Permalink
Update GOLANGCI_LINT_VER to match runtime 1.14's version
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <[email protected]>
  • Loading branch information
artursouza committed Dec 18, 2024
1 parent 10576e7 commit 8106481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/components-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
GOOS: linux
GOARCH: amd64
GOPROXY: https://proxy.golang.org
GOLANGCI_LINT_VER: "v1.59.1"
GOLANGCI_LINT_VER: "v1.55.2" # Must match runtime's version.
steps:
- name: Check out code into the Go module directory
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
Expand Down

0 comments on commit 8106481

Please sign in to comment.