File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
- uses : actions/setup-go@v5
11
11
with :
12
- go-version : ' ^1.22 '
12
+ go-version : ' ^1.24 '
13
13
14
14
- uses : actions/setup-node@v4
15
15
with :
41
41
42
42
- uses : actions/setup-go@v5
43
43
with :
44
- go-version : ' ^1.22 '
44
+ go-version : ' ^1.24 '
45
45
46
46
- name : Go tests
47
47
run : go test -v ./...
Original file line number Diff line number Diff line change 1
1
module danger-go/dangerfile
2
2
3
- go 1.21
3
+ go 1.24
4
4
5
5
require github.com/danger/golang v0.3.0
6
6
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func main() {
27
27
}
28
28
err := dangerJs .Process (command , rest )
29
29
if err != nil {
30
- log .Fatalf (err .Error ())
30
+ log .Fatal (err .Error ())
31
31
}
32
32
case "runner" :
33
33
runner .Run ()
Original file line number Diff line number Diff line change 1
1
module github.com/danger/golang
2
2
3
- go 1.21
3
+ go 1.24
4
4
5
5
require github.com/stretchr/testify v1.10.0
6
6
You can’t perform that action at this time.
0 commit comments