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.
2 parents 14de644 + 1eda0b4 commit cb2d722Copy full SHA for cb2d722
.github/workflows/trivy.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: 1.23.1
+ go-version: 1.23.5
19
20
- name: Build an image from Dockerfile
21
run: |
Makefile
@@ -27,7 +27,7 @@ include release-tools/build.make
27
28
GIT_COMMIT = $(shell git rev-parse HEAD)
29
BUILD_DATE = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
30
-IMAGE_VERSION ?= v4.10.0
+IMAGE_VERSION ?= v4.11.0
31
LDFLAGS = -X ${PKG}/pkg/nfs.driverVersion=${IMAGE_VERSION} -X ${PKG}/pkg/nfs.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/nfs.buildDate=${BUILD_DATE}
32
EXT_LDFLAGS = -s -w -extldflags "-static"
33
# Use a custom version for E2E tests if we are testing in CI
0 commit comments