Skip to content

Commit

Permalink
[updatecli] Bump golang version (#133)
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/utils/eas...

... yvpn/Makefile"

Made with ❤️️  by updatecli

Co-authored-by: updatebot <[email protected]>
  • Loading branch information
jenkins-infra-bot and updatebot authored Dec 13, 2021
1 parent f525e67 commit 57f3786
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 @@ -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',
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.3
GOLANG_VERSION ?= 1.17.5

build_osx:
go mod download
Expand Down

0 comments on commit 57f3786

Please sign in to comment.