diff --git a/Jenkinsfile_k8s b/Jenkinsfile_k8s index 8ad4efb..4e9aaca 100644 --- a/Jenkinsfile_k8s +++ b/Jenkinsfile_k8s @@ -7,7 +7,7 @@ parallel( containers: [ containerTemplate( name: 'golang', - image: 'golang:1.17.7', + image: 'golang:1.17.8', command: 'cat', ttyEnabled: true, resourceRequestCpu: '2', diff --git a/utils/easyvpn/Makefile b/utils/easyvpn/Makefile index dd90eaa..62b5f9c 100644 --- a/utils/easyvpn/Makefile +++ b/utils/easyvpn/Makefile @@ -1,6 +1,6 @@ .PHONY: build_osx build_windows build_linux init_osx init_linux init_windows -GOLANG_VERSION ?= 1.17.7 +GOLANG_VERSION ?= 1.17.8 build_osx: go mod download