set golang to 1.18 (#84)
Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/84
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
pipeline:
|
||||
# use vendor to cache dependencies
|
||||
vendor:
|
||||
image: golang
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- go mod vendor
|
||||
|
||||
@ -14,11 +14,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
|
||||
|
Reference in New Issue
Block a user