Skip to content

Commit e5ceb7d

Browse files
[updatecli] Bump golang version (#160)
* chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/op... ... envpn/Jenkinsfile_k8s" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/op... ... envpn/Jenkinsfile_k8s" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/op... ... envpn/Jenkinsfile_k8s" Made with ❤️️ by updatecli Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
1 parent 93adde7 commit e5ceb7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

55
build_osx:
66
go mod download

utils/easyvpn/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jenkins-infra/docker-openvpn/utils/easyvpn
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/spf13/cobra v1.2.1

0 commit comments

Comments
 (0)