Skip to content

Commit

Permalink
[updatecli] Bump golang version (#145)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jenkins-infra-bot authored Mar 7, 2022
1 parent 36b8e7c commit bf71377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_k8s
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion utils/easyvpn/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bf71377

Please sign in to comment.