Skip to content

Commit

Permalink
Merge pull request #2500 from andyzhangx/trivy-go-1.29
Browse files Browse the repository at this point in the history
[release-1.29] chore: upgrade golang version
  • Loading branch information
andyzhangx authored Sep 14, 2024
2 parents 8c99f35 + 9e98dd0 commit 95923a4
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@v4
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.22

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

This file was deleted.

0 comments on commit 95923a4

Please sign in to comment.