Skip to content

Commit 9ba727b

Browse files
jenkins-infra-botupdatebot
andauthored
[updatecli] Bump golang version to 1.17.7 (#142)
* 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 Co-authored-by: updatebot <updatebot@olblak.com>
1 parent fb92d14 commit 9ba727b

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.5',
10+
image: 'golang:1.17.7',
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.5
3+
GOLANG_VERSION ?= 1.17.7
44

55
build_osx:
66
go mod download

0 commit comments

Comments
 (0)