Skip to content

Commit ecf650f

Browse files
authored
Merge pull request #1742 from mrueg/golangci-1.46.2
.github/workflows: Update golangci-lint to v1.46.2
2 parents c02c4cd + 3f1a96a commit ecf650f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
E2E_SETUP_KUBECTL: yes
1919
SUDO: sudo
2020
GO_VERSION: "^1.18"
21-
GOLANGCI_LINT_VERSION: "v1.45.2"
21+
GOLANGCI_LINT_VERSION: "v1.46.2"
2222

2323
jobs:
2424
ci-go-lint:
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Lint
4343
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 }}
44+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${{ env.GOLANGCI_LINT_VERSION }}
4545
make lint
4646
4747
ci-validate-manifests:

0 commit comments

Comments
 (0)