File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
persist-credentials : false
20
20
21
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
21
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
22
22
with :
23
23
go-version-file : go.mod
24
24
40
40
with :
41
41
persist-credentials : false
42
42
43
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
43
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
44
44
with :
45
45
go-version-file : go.mod
46
46
Original file line number Diff line number Diff line change 19
19
fetch-depth : 0
20
20
persist-credentials : false
21
21
22
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
22
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
23
23
with :
24
24
go-version-file : go.mod
25
25
Original file line number Diff line number Diff line change 26
26
with :
27
27
persist-credentials : false
28
28
29
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
29
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
30
30
with :
31
31
go-version-file : go.mod
32
32
cache : false
58
58
fetch-tags : true
59
59
persist-credentials : false
60
60
61
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
61
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
62
62
with :
63
63
go-version-file : go.mod
64
64
cache : false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/planetscale/ghcommit
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.24.2
5
+ toolchain go1.24.3
6
6
7
7
require (
8
8
github.com/jessevdk/go-flags v1.6.1
You can’t perform that action at this time.
0 commit comments