Skip to content

Commit 441dc62

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

functions/purge/go.mod

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

3-
go 1.23.8
3+
go 1.23
4+
5+
toolchain go1.23.8
46

57
require github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33
68

0 commit comments

Comments
 (0)