mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
Merge branch 'main' into refactor-add-more-logging-and-tests
This commit is contained in:
commit
98f1880dea
4 changed files with 122 additions and 12 deletions
|
@ -3,7 +3,7 @@ branches: main
|
|||
pipeline:
|
||||
# use vendor to cache dependencies
|
||||
vendor:
|
||||
image: golang
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- go mod vendor
|
||||
|
||||
|
@ -16,11 +16,11 @@ pipeline:
|
|||
- golangci-lint run --timeout 5m
|
||||
|
||||
test:
|
||||
image: golang
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- go test ./...
|
||||
|
||||
build:
|
||||
image: golang
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- go build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue