Skip to content

Commit 61748eb

Browse files
committed
wip
1 parent 4823935 commit 61748eb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.work

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
go 1.20
1+
go 1.21
2+
3+
toolchain go1.23.6
24

35
use (
46
./core

scripts/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/stackitcloud/stackit-sdk-go/scripts
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.23.6
46

57
require (
68
github.com/go-git/go-git/v5 v5.12.0

0 commit comments

Comments
 (0)