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 7
7
steps :
8
8
- uses : actions/setup-go@v6
9
9
with :
10
- go-version : 1.24 .x
10
+ go-version : 1.25 .x
11
11
- uses : actions/setup-node@v5
12
12
with :
13
13
node-version : ' 22'
16
16
- run : make build-js
17
17
- uses : golangci/golangci-lint-action@v8
18
18
with :
19
- version : v2.2.1
19
+ version : v2.4.0
20
20
args : --timeout=5m
21
21
skip-cache : true
22
22
- 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:
40
40
(cd ui && yarn testformat)
41
41
42
42
download-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
44
44
45
45
update-swagger :
46
46
swagger generate spec --scan-models -o docs/spec.json
Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ require (
53
53
54
54
go 1.23.0
55
55
56
- toolchain go1.24 .1
56
+ toolchain go1.25 .1
You can’t perform that action at this time.
0 commit comments