diff --git a/Jenkinsfile_k8s b/Jenkinsfile_k8s index fbcfea6..2c60d88 100644 --- a/Jenkinsfile_k8s +++ b/Jenkinsfile_k8s @@ -5,7 +5,7 @@ parallel( containers: [ containerTemplate( name: 'golang', - image: 'golang:1.17.3', + image: 'golang:1.17.5', command: 'cat', ttyEnabled: true, resourceRequestCpu: '2', diff --git a/utils/easyvpn/Makefile b/utils/easyvpn/Makefile index e1a781e..bedc4a0 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.3 +GOLANG_VERSION ?= 1.17.5 build_osx: go mod download