Skip to content

Commit

Permalink
Bump golang to v1.22
Browse files Browse the repository at this point in the history
Related issue: harvester/harvester#6160

Signed-off-by: Tim Serong <[email protected]>
  • Loading branch information
tserong authored and Vicente-Cheng committed Jul 19, 2024
1 parent 9ea63a0 commit e767167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/costoolkit/releases-teal:grub2-live-0.0.4-2 as grub2-mbr
FROM quay.io/costoolkit/releases-teal:grub2-efi-image-live-0.0.4-2 as grub2-efi
FROM registry.suse.com/bci/golang:1.21
FROM registry.suse.com/bci/golang:1.22

ARG http_proxy=$http_proxy
ARG https_proxy=$https_proxy
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/harvester/harvester-installer

go 1.21
go 1.22

require (
github.com/harvester/go-common v0.0.0-20230718010724-11313421a8f5
Expand Down

0 comments on commit e767167

Please sign in to comment.