diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index eb8ff0738..1c651c27f 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -16,7 +16,7 @@ jobs: - name: Install go uses: actions/setup-go@v5 with: - go-version: 1.22.5 + go-version: 1.23.1 - name: Build images from Dockerfile run: | diff --git a/go.mod b/go.mod index 40a5d50f4..e45fc3651 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kubernetes-csi/external-snapshotter/v8 -go 1.22.5 +go 1.23.1 require ( github.com/container-storage-interface/spec v1.9.0