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:
Jannis Mattheis 2025-09-13 10:04:40 +02:00 committed by GitHub
commit 93ffad9abe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
1.24.1
1.25.1

View File

@ -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

2
go.mod
View File

@ -53,4 +53,4 @@ require (
go 1.23.0
toolchain go1.24.1
toolchain go1.25.1