Skip to content

Commit

Permalink
Merge pull request #2498 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 10, 2024
2 parents c07c90e + ef4242c commit 1780d88
Show file tree
Hide file tree
Showing 2 changed files with 2 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
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.22
go 1.23.1

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

0 comments on commit 1780d88

Please sign in to comment.