Skip to content

Commit ef1775e

Browse files
committed
test: fix trivy action failure due to CVE-2024-45336
1 parent 193a64f commit ef1775e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.23.1
15+
go-version: 1.23.5
1616
id: go
1717

1818
- name: Checkout code

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include release-tools/build.make
2929
GIT_COMMIT := $(shell git rev-parse HEAD)
3030
REGISTRY ?= andyzhangx
3131
REGISTRY_NAME := $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
32-
IMAGE_VERSION ?= v1.17.0
32+
IMAGE_VERSION ?= v1.18.0
3333
VERSION ?= latest
3434
# Use a custom version for E2E tests if we are testing in CI
3535
ifdef CI

0 commit comments

Comments
 (0)