mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 12:54:24 +02:00
Merge branch 'main' into main
This commit is contained in:
commit
3e5a7e1952
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ when:
|
|||
steps:
|
||||
# use vendor to cache dependencies
|
||||
vendor:
|
||||
image: golang:1.22
|
||||
image: golang:1.23
|
||||
commands:
|
||||
- go mod vendor
|
||||
|
||||
|
@ -66,7 +66,7 @@ steps:
|
|||
|
||||
release:
|
||||
depends_on: build
|
||||
image: woodpeckerci/plugin-release:0.1.0
|
||||
image: woodpeckerci/plugin-release:0.2.1
|
||||
settings:
|
||||
base_url: https://codeberg.org
|
||||
file_exists: overwrite
|
||||
|
|
|
@ -6,7 +6,7 @@ when:
|
|||
steps:
|
||||
lint:
|
||||
depends_on: []
|
||||
image: golangci/golangci-lint:v1.59.1
|
||||
image: golangci/golangci-lint:v1.60.1
|
||||
commands:
|
||||
- go version
|
||||
- go install mvdan.cc/gofumpt@latest
|
||||
|
|
Loading…
Add table
Reference in a new issue