mirror of
https://github.com/gotify/server.git
synced 2026-06-01 16:05:32 +08:00
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:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.25.1
|
||||
1.26.0
|
||||
|
||||
Reference in New Issue
Block a user