File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - name : Set up Go
99 uses : actions/setup-go@master
1010 with :
11- go-version : " 1.24 "
11+ go-version : " ^1.26 "
1212
1313 - name : Check out code into the Go module directory
1414 uses : actions/checkout@master
3333
3434 # Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
3535 # skip-build-cache: true
36+
37+ install-mode : goinstall
Original file line number Diff line number Diff line change 88 - name : Set up Go
99 uses : actions/setup-go@master
1010 with :
11- go-version : " 1.24 "
11+ go-version : " ^1.26 "
1212
1313 - name : Check out code into the Go module directory
1414 uses : actions/checkout@master
1818 with :
1919 version : latest
2020 args : --issues-exit-code=0 --timeout=10m
21+ install-mode : goinstall
22+
2123 - name : Commit back
2224 continue-on-error : true
2325 run : |
Original file line number Diff line number Diff line change 5656 deadline : 15m
5757 issues-exit-code : 1
5858 tests : false
59- go : ' 1.24 '
59+ go : ' ^1.26 '
6060
6161# output configuration options
6262output :
You can’t perform that action at this time.
0 commit comments