Skip to content

Commit

Permalink
Merge pull request #1583 from andyzhangx/trivy-go
Browse files Browse the repository at this point in the history
chore: upgrade golang version
  • Loading branch information
andyzhangx authored Sep 9, 2024
2 parents 2090f19 + bb151fe commit 5f2e934
Show file tree
Hide file tree
Showing 3 changed files with 5 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.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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/blob-csi-driver

go 1.22.5
go 1.23.1

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

0 comments on commit 5f2e934

Please sign in to comment.