Skip to content

Commit

Permalink
Bump go to 1.22.5
Browse files Browse the repository at this point in the history
Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan committed Aug 21, 2024
1 parent 6729722 commit ff9bd00
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 @@ -16,7 +16,7 @@ VM_CONTAINER_DISK_IMAGE_NAME := kubevirt-realtime-checkup-vm
VM_CONTAINER_DISK_IMAGE_TAG ?= latest

GO_IMAGE_NAME := docker.io/library/golang
GO_IMAGE_TAG := 1.20.12
GO_IMAGE_TAG := 1.22.5

LINTER_IMAGE_NAME := docker.io/golangci/golangci-lint
LINTER_IMAGE_TAG := v1.60.1
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-realtime-checkup

go 1.20
go 1.22.0

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

0 comments on commit ff9bd00

Please sign in to comment.