Skip to content

Commit

Permalink
Merge pull request #884 from andyzhangx/use-winsymlink
Browse files Browse the repository at this point in the history
fix: use godebug winsymlink on Windows build
  • Loading branch information
andyzhangx authored Dec 11, 2024
2 parents fc83f7a + 877fd51 commit c9215d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/kubernetes-csi/csi-driver-smb

go 1.22
go 1.23

godebug winsymlink=0

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

0 comments on commit c9215d1

Please sign in to comment.