Skip to content

Commit 68781ff

Browse files
authored
Version updates; KinD and GolangCI (#1235)
1 parent 5af983b commit 68781ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playbooks/fedora-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
- name: Install Kind
5353
shell: |
54-
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64
54+
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.30.0/kind-linux-amd64
5555
chmod +x ./kind
5656
mv ./kind /usr/local/bin/kind
5757
when: ansible_distribution == "Fedora"

scripts/golangci-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
else
1414
DEPLOY_PATH=${GOPATH}/bin
1515
fi
16-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${DEPLOY_PATH}" v2.0.1
16+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${DEPLOY_PATH}" v2.5.0
1717
fi
1818

1919
PATH=${PATH}:${DEPLOY_PATH} golangci-lint run -v

0 commit comments

Comments
 (0)