Skip to content

Commit

Permalink
Upgrade go version to 1.20.6
Browse files Browse the repository at this point in the history
Upgrade go to the latest stable version.

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan committed Jul 16, 2023
1 parent 60c105b commit 4179c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VIRT_BUILDER_OUTPUT_DIR := $(CURDIR)/_virt_builder/output
VM_CONTAINER_DISK_IMAGE_NAME := kubevirt-dpdk-checkup-vm
VM_CONTAINER_DISK_IMAGE_TAG ?= latest
GO_IMAGE_NAME := docker.io/library/golang
GO_IMAGE_TAG := 1.19.4
GO_IMAGE_TAG := 1.20.6
BIN_DIR = $(CURDIR)/_output/bin
CRI_BIN ?= $(shell hack/detect_cri.sh)
CRI_BUILD_BASE_IMAGE_TAG ?= latest
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/kiagnose/kubevirt-dpdk-checkup

go 1.19
go 1.20

require (
github.com/google/goexpect v0.0.0-20210430020637-ab937bf7fd6f
Expand Down

0 comments on commit 4179c86

Please sign in to comment.