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
This commit is contained in:
Jannis Mattheis
2026-02-28 18:56:17 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/setup-go@v6
with:
go-version: 1.25.x
go-version: 1.26.x
- uses: actions/setup-node@v6
with:
node-version: '24'
@@ -16,7 +16,7 @@ jobs:
- run: make build-js
- uses: golangci/golangci-lint-action@v9
with:
version: v2.4.0
version: v2.10.1
args: --timeout=5m
skip-cache: true
- run: go mod download

View File

@@ -1 +1 @@
1.25.1
1.26.0

2
go.mod
View File

@@ -68,4 +68,4 @@ require (
go 1.24.0
toolchain go1.25.1
toolchain go1.26.0