File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup Go
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : " 1.25.7 "
21+ go-version : " 1.25.8 "
2222
2323 - name : Check shell completions are up-to-date
2424 run : ./run-tests.sh --shell-completions
3232 - name : Setup Go
3333 uses : actions/setup-go@v5
3434 with :
35- go-version : " 1.25.7 "
35+ go-version : " 1.25.8 "
3636
3737 - name : Check Go code formatting
3838 run : ./run-tests.sh --format-go
7171 - name : Setup Go
7272 uses : actions/setup-go@v5
7373 with :
74- go-version : " 1.25.7 "
74+ go-version : " 1.25.8 "
7575
7676 - name : Run Go test suite
7777 run : ./run-tests.sh --go-tests
@@ -116,7 +116,7 @@ jobs:
116116 - name : Setup Go
117117 uses : actions/setup-go@v5
118118 with :
119- go-version : " 1.25.7 "
119+ go-version : " 1.25.8 "
120120
121121 - name : Run Go audit checks
122122 run : ./run-tests.sh --lint-goaudit
Original file line number Diff line number Diff line change 11[tools ]
2- go = " 1.25.7 "
2+ go = " 1.25.8 "
Original file line number Diff line number Diff line change 11module reanahub/reana-client-go
22
3- go 1.25.7
3+ go 1.25.8
44
55require (
66 github.com/go-gota/gota v0.12.0
You can’t perform that action at this time.
0 commit comments