Skip to content

Commit

Permalink
Bump golang version to 1.22.0 (#328)
Browse files Browse the repository at this point in the history
* chore: Update the golang docker image version in the Makefile for eas...

... yvpn

Made with ❤️️ by updatecli

* chore: Update Golang version to 1.22.0

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
Co-authored-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
3 people authored Feb 15, 2024
1 parent e229830 commit 421987b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.21.6
GOLANG_VERSION ?= 1.22.0

build_osx:
go mod download
Expand Down
2 changes: 1 addition & 1 deletion utils/easyvpn/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jenkins-infra/docker-openvpn/utils/easyvpn

go 1.21
go 1.22

require (
// runc is not directly needed but it allows dependabot to bump it
Expand Down

0 comments on commit 421987b

Please sign in to comment.