.github: Extract golangci-lint version
Bump to v1.43.0 Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
parent
e859b280fc
commit
f4510e454b
|
|
@ -18,6 +18,7 @@ env:
|
||||||
E2E_SETUP_KUBECTL: yes
|
E2E_SETUP_KUBECTL: yes
|
||||||
SUDO: sudo
|
SUDO: sudo
|
||||||
GO_VERSION: "^1.17"
|
GO_VERSION: "^1.17"
|
||||||
|
GOLANGCI_LINT_VERSION: "v1.43.0"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci-go-lint:
|
ci-go-lint:
|
||||||
|
|
@ -40,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.40.0
|
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin ${{ env.GOLANGCI_LINT_VERSION }}
|
||||||
make lint
|
make lint
|
||||||
|
|
||||||
ci-validate-manifests:
|
ci-validate-manifests:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue