Skip to content

Commit 4fa74ce

Browse files
authored
Merge pull request #912 from gotify/renovate/docker.io-gotify-build-1.x
chore(deps): update docker.io/gotify/build docker tag to v1.26.0
2 parents 413f081 + 21d69f1 commit 4fa74ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.25.x
10+
go-version: 1.26.x
1111
- uses: actions/setup-node@v6
1212
with:
1313
node-version: '24'
@@ -16,7 +16,7 @@ jobs:
1616
- run: make build-js
1717
- uses: golangci/golangci-lint-action@v9
1818
with:
19-
version: v2.4.0
19+
version: v2.10.1
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.25.1
1+
1.26.0

go.mod

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

6969
go 1.24.0
7070

71-
toolchain go1.25.1
71+
toolchain go1.26.0

0 commit comments

Comments
 (0)