This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ UNAME_S := $(shell uname -s)
18
18
GOLANGCILINT_VERSION := 1.21.0
19
19
ifeq ($(UNAME_S ) ,Linux)
20
20
SHASUM := sha256sum -c
21
- KUBECTL_URL := https://storage.googleapis.com/kubernetes-release/release/v1.15 .0/bin/linux/amd64/kubectl
22
- KUBECTL_HASH := ecec7fe4ffa03018ff00f14e228442af5c2284e57771e4916b977c20ba4e5b39
21
+ KUBECTL_URL := https://storage.googleapis.com/kubernetes-release/release/v1.18 .0/bin/linux/amd64/kubectl
22
+ KUBECTL_HASH := bb16739fcad964c197752200ff89d89aad7b118cb1de5725dc53fe924c40e3f7
23
23
GOLANGCILINT_URL := https://github.com/golangci/golangci-lint/releases/download/v$(GOLANGCILINT_VERSION)/golangci-lint-$(GOLANGCILINT_VERSION)-linux-amd64.tar.gz
24
24
GOLANGCILINT_HASH := 2c861f8dc56b560474aa27cab0c075991628cc01af3451e27ac82f5d10d5106b
25
25
endif
26
26
ifeq ($(UNAME_S ) ,Darwin)
27
27
SHASUM := shasum -a 256 -c
28
- KUBECTL_URL := https://storage.googleapis.com/kubernetes-release/release/v1.15 .0/bin/darwin/amd64/kubectl
29
- KUBECTL_HASH := 63f1ace419edffa1f5ebb64a6c63597afd48f8d94a61d4fb44e820139adbbe54
28
+ KUBECTL_URL := https://storage.googleapis.com/kubernetes-release/release/v1.18 .0/bin/darwin/amd64/kubectl
29
+ KUBECTL_HASH := 5eda86058a3db112821761b32afce3fdd2f6963ab580b1780a638ac323864eba
30
30
GOLANGCILINT_URL := https://github.com/golangci/golangci-lint/releases/download/v$(GOLANGCILINT_VERSION)/golangci-lint-$(GOLANGCILINT_VERSION)-darwin-amd64.tar.gz
31
31
GOLANGCILINT_HASH := 2b2713ec5007e67883aa501eebb81f22abfab0cf0909134ba90f60a066db3760
32
32
endif
You can’t perform that action at this time.
0 commit comments