This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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)
1818GOLANGCILINT_VERSION := 1.21.0
1919ifeq ($(UNAME_S ) ,Linux)
2020 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
2323 GOLANGCILINT_URL := https://github.com/golangci/golangci-lint/releases/download/v$(GOLANGCILINT_VERSION)/golangci-lint-$(GOLANGCILINT_VERSION)-linux-amd64.tar.gz
2424 GOLANGCILINT_HASH := 2c861f8dc56b560474aa27cab0c075991628cc01af3451e27ac82f5d10d5106b
2525endif
2626ifeq ($(UNAME_S ) ,Darwin)
2727 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
3030 GOLANGCILINT_URL := https://github.com/golangci/golangci-lint/releases/download/v$(GOLANGCILINT_VERSION)/golangci-lint-$(GOLANGCILINT_VERSION)-darwin-amd64.tar.gz
3131 GOLANGCILINT_HASH := 2b2713ec5007e67883aa501eebb81f22abfab0cf0909134ba90f60a066db3760
3232endif
You can’t perform that action at this time.
0 commit comments