Skip to content

Commit

Permalink
Makefile: Bump go to 1.22.5wq
Browse files Browse the repository at this point in the history
Signed-off-by: Ram Lavi <[email protected]>
  • Loading branch information
RamLavi committed Aug 12, 2024
1 parent d67d80a commit ae9c0db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.5.0] - 2023-08-12
### Breaking Changes
### New Features
- Use CentOS stream 9 on traffic-gen and VM under test images
### Bug Fixes
- Bump google.golang.org/grpc
- Bump golang.org/x/net

## [0.4.0] - 2023-05-01
### Breaking Changes
- trafficGenContainerDiskImage and vmUnderTestContainerDiskImage are now mandatory fields
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VM_CONTAINER_DISK_IMAGE_TAG ?= latest
TRAFFIC_GEN_CONTAINER_DISK_IMAGE_NAME := kubevirt-dpdk-checkup-traffic-gen
TRAFFIC_GEN_CONTAINER_DISK_IMAGE_TAG ?= latest
GO_IMAGE_NAME := docker.io/library/golang
GO_IMAGE_TAG := 1.20.12
GO_IMAGE_TAG := 1.22.5
BIN_DIR = $(CURDIR)/_output/bin
CRI_BIN ?= $(shell hack/detect_cri.sh)
LINTER_IMAGE_NAME := docker.io/golangci/golangci-lint
Expand Down

0 comments on commit ae9c0db

Please sign in to comment.