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.
1 parent 5af983b commit 68781ffCopy full SHA for 68781ff
playbooks/fedora-setup.yml
@@ -51,7 +51,7 @@
51
52
- name: Install Kind
53
shell: |
54
- curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64
+ curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.30.0/kind-linux-amd64
55
chmod +x ./kind
56
mv ./kind /usr/local/bin/kind
57
when: ansible_distribution == "Fedora"
scripts/golangci-lint.sh
@@ -13,7 +13,7 @@ else
13
else
14
DEPLOY_PATH=${GOPATH}/bin
15
fi
16
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${DEPLOY_PATH}" v2.0.1
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${DEPLOY_PATH}" v2.5.0
17
18
19
PATH=${PATH}:${DEPLOY_PATH} golangci-lint run -v
0 commit comments