We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c02c4cd + 3f1a96a commit ecf650fCopy full SHA for ecf650f
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ env:
18
E2E_SETUP_KUBECTL: yes
19
SUDO: sudo
20
GO_VERSION: "^1.18"
21
- GOLANGCI_LINT_VERSION: "v1.45.2"
+ GOLANGCI_LINT_VERSION: "v1.46.2"
22
23
jobs:
24
ci-go-lint:
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Lint
43
run: |
44
- 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 }}
45
make lint
46
47
ci-validate-manifests:
0 commit comments