Skip to content

Commit

Permalink
Use golang v1.21 when building
Browse files Browse the repository at this point in the history
Signed-off-by: Alvaro Romero <[email protected]>
  • Loading branch information
alromeros committed May 2, 2024
1 parent 3d8bc61 commit 362106e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHECKUP_IMAGE_NAME ?= quay.io/kiagnose/kubevirt-storage-checkup
CHECKUP_IMAGE_TAG ?= devel

GO_IMAGE_NAME := docker.io/library/golang
GO_IMAGE_TAG := 1.19.4-bullseye
GO_IMAGE_TAG := 1.21

LINTER_IMAGE_NAME := docker.io/golangci/golangci-lint
LINTER_IMAGE_TAG := v1.50.1
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/kiagnose/kubevirt-storage-checkup

go 1.21

toolchain go1.21.8

require (
github.com/kiagnose/kiagnose v0.3.0
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
Expand Down

0 comments on commit 362106e

Please sign in to comment.