Skip to content

Commit bf71377

Browse files
[updatecli] Bump golang version (#145)
* chore: Updated the file "/tmp/updatecli/jenkins-infra/openvpn/Jenkinsfi... ... le_k8s" Made with ❤️️ by updatecli * chore: Updated the file "/tmp/updatecli/jenkins-infra/openvpn/Jenkinsfi... ... le_k8s" Made with ❤️️ by updatecli
1 parent 36b8e7c commit bf71377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile_k8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parallel(
77
containers: [
88
containerTemplate(
99
name: 'golang',
10-
image: 'golang:1.17.7',
10+
image: 'golang:1.17.8',
1111
command: 'cat',
1212
ttyEnabled: true,
1313
resourceRequestCpu: '2',

utils/easyvpn/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build_osx build_windows build_linux init_osx init_linux init_windows
22

3-
GOLANG_VERSION ?= 1.17.7
3+
GOLANG_VERSION ?= 1.17.8
44

55
build_osx:
66
go mod download

0 commit comments

Comments
 (0)