Merge pull request #837 from gotify/renovate/docker.io-gotify-build-1.x
chore(deps): update docker.io/gotify/build docker tag to v1.25.1
This commit is contained in:
commit
93ffad9abe
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.24.x
|
||||
go-version: 1.25.x
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: '22'
|
||||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- run: make build-js
|
||||
- uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
version: v2.2.1
|
||||
version: v2.4.0
|
||||
args: --timeout=5m
|
||||
skip-cache: true
|
||||
- run: go mod download
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.24.1
|
||||
1.25.1
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -40,7 +40,7 @@ check-js:
|
|||
(cd ui && yarn testformat)
|
||||
|
||||
download-tools:
|
||||
go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0
|
||||
go install github.com/go-swagger/go-swagger/cmd/swagger@717e3cb29becaaf00e56953556c6d80f8a01b286
|
||||
|
||||
update-swagger:
|
||||
swagger generate spec --scan-models -o docs/spec.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue