Skip to content

Commit

Permalink
Merge pull request #919 from andyzhangx/CVE-2024-45336
Browse files Browse the repository at this point in the history
test: fix trivy action failure due to CVE-2024-45336
  • Loading branch information
andyzhangx authored Jan 30, 2025
2 parents 193a64f + ef1775e commit e2790e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.23.1
go-version: 1.23.5
id: go

- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include release-tools/build.make
GIT_COMMIT := $(shell git rev-parse HEAD)
REGISTRY ?= andyzhangx
REGISTRY_NAME := $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
IMAGE_VERSION ?= v1.17.0
IMAGE_VERSION ?= v1.18.0
VERSION ?= latest
# Use a custom version for E2E tests if we are testing in CI
ifdef CI
Expand Down

0 comments on commit e2790e4

Please sign in to comment.