.github/workflows: Update golangci-lint to v1.46.2

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger 2022-05-25 00:18:23 +02:00
parent c02c4cd32f
commit 3f1a96a368
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ env:
E2E_SETUP_KUBECTL: yes
SUDO: sudo
GO_VERSION: "^1.18"
GOLANGCI_LINT_VERSION: "v1.45.2"
GOLANGCI_LINT_VERSION: "v1.46.2"
jobs:
ci-go-lint:
@ -41,7 +41,7 @@ jobs:
- name: Lint
run: |
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin ${{ env.GOLANGCI_LINT_VERSION }}
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${{ env.GOLANGCI_LINT_VERSION }}
make lint
ci-validate-manifests: