Skip to content

Commit 93ffad9

Browse files
authored
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
2 parents 9ab62b6 + 4dc8d03 commit 93ffad9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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'
@@ -16,7 +16,7 @@ jobs:
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

GO_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.1
1+
1.25.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ check-js:
4040
(cd ui && yarn testformat)
4141

4242
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
4444

4545
update-swagger:
4646
swagger generate spec --scan-models -o docs/spec.json

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ require (
5353

5454
go 1.23.0
5555

56-
toolchain go1.24.1
56+
toolchain go1.25.1

0 commit comments

Comments
 (0)