Skip to content

Commit

Permalink
chore: upgrade golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 10, 2024
1 parent 8201c63 commit 262daeb
Show file tree
Hide file tree
Showing 3 changed files with 2 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
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/azuredisk-csi-driver

go 1.21

toolchain go1.22.5
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 262daeb

Please sign in to comment.