File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 steps :
88 - uses : actions/setup-go@v6
99 with :
10- go-version : 1.24 .x
10+ go-version : 1.25 .x
1111 - uses : actions/setup-node@v5
1212 with :
1313 node-version : ' 22'
1616 - run : make build-js
1717 - uses : golangci/golangci-lint-action@v8
1818 with :
19- version : v2.2.1
19+ version : v2.4.0
2020 args : --timeout=5m
2121 skip-cache : true
2222 - run : go mod download
Original file line number Diff line number Diff line change 1- 1.24 .1
1+ 1.25 .1
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ check-js:
4040 (cd ui && yarn testformat)
4141
4242download-tools :
43- go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0
43+ go install github.com/go-swagger/go-swagger/cmd/swagger@717e3cb29becaaf00e56953556c6d80f8a01b286
4444
4545update-swagger :
4646 swagger generate spec --scan-models -o docs/spec.json
Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ require (
5353
5454go 1.23.0
5555
56- toolchain go1.24 .1
56+ toolchain go1.25 .1
You can’t perform that action at this time.
0 commit comments