Skip to content

Commit

Permalink
Merge pull request #2499 from andyzhangx/trivy-go-1.30
Browse files Browse the repository at this point in the history
[release-1.30] chore: upgrade golang version
  • Loading branch information
andyzhangx authored Sep 12, 2024
2 parents 0b35160 + 2c96902 commit c8bb4a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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
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/azuredisk-csi-driver

go 1.21
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 c8bb4a5

Please sign in to comment.