Skip to content

Commit c2f8a1d

Browse files
committed
fix(purge): fix go version and toolchain in go.mod
1 parent 4e5380f commit c2f8a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

functions/purge/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module purge
22

3-
go 1.23.8
3+
go 1.23
4+
toolchain default
45

56
require github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33
67

0 commit comments

Comments
 (0)