mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-12 04:57:50 +00: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:
|
steps:
|
||||||
# use vendor to cache dependencies
|
# use vendor to cache dependencies
|
||||||
vendor:
|
vendor:
|
||||||
image: golang:1.22
|
image: golang:1.23
|
||||||
commands:
|
commands:
|
||||||
- go mod vendor
|
- go mod vendor
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ steps:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
depends_on: build
|
depends_on: build
|
||||||
image: woodpeckerci/plugin-release:0.1.0
|
image: woodpeckerci/plugin-release:0.2.1
|
||||||
settings:
|
settings:
|
||||||
base_url: https://codeberg.org
|
base_url: https://codeberg.org
|
||||||
file_exists: overwrite
|
file_exists: overwrite
|
||||||
|
|
|
@ -6,7 +6,7 @@ when:
|
||||||
steps:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: golangci/golangci-lint:v1.59.1
|
image: golangci/golangci-lint:v1.60.1
|
||||||
commands:
|
commands:
|
||||||
- go version
|
- go version
|
||||||
- go install mvdan.cc/gofumpt@latest
|
- go install mvdan.cc/gofumpt@latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue