Skip to content

Commit

Permalink
Merge pull request #2101 from kubernetes-sigs/trivy-go-1.28
Browse files Browse the repository at this point in the history
[release-1.28] chore: upgrade golang version
  • Loading branch information
andyzhangx authored Sep 10, 2024
2 parents e8e372c + f2c4fbb commit 34dec0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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@v4
with:
go-version: 1.22.5
go-version: 1.23.1
id: go

- name: Checkout code
Expand Down
3 changes: 3 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CVE-2024-34156
CVE-2024-34158
CVE-2024-34155
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module sigs.k8s.io/azurefile-csi-driver

go 1.21

toolchain go1.21.3
go 1.23.1

require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
Expand Down

This file was deleted.

0 comments on commit 34dec0e

Please sign in to comment.