File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 1
1818 - name : Install Go
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
21- go-version : 1.24 .x
21+ go-version : 1.25 .x
2222 - name : Make all
2323 run : make all
2424
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 1
2626 - name : Install Go
27- uses : actions/setup-go@v5
27+ uses : actions/setup-go@v6
2828 with :
29- go-version : 1.24 .x
29+ go-version : 1.25 .x
3030 - name : Make all
3131 run : make all
3232
You can’t perform that action at this time.
0 commit comments