We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193a64f commit ef1775eCopy full SHA for ef1775e
.github/workflows/trivy.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Go 1.x
13
uses: actions/setup-go@v5
14
with:
15
- go-version: 1.23.1
+ go-version: 1.23.5
16
id: go
17
18
- name: Checkout code
Makefile
@@ -29,7 +29,7 @@ include release-tools/build.make
29
GIT_COMMIT := $(shell git rev-parse HEAD)
30
REGISTRY ?= andyzhangx
31
REGISTRY_NAME := $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
32
-IMAGE_VERSION ?= v1.17.0
+IMAGE_VERSION ?= v1.18.0
33
VERSION ?= latest
34
# Use a custom version for E2E tests if we are testing in CI
35
ifdef CI
0 commit comments