ci: uses golang 1.18 for build process
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marvin Preuss 2022-03-23 13:58:48 +01:00
parent 43246d257e
commit 623bdbcded

View File

@ -4,19 +4,19 @@ pipeline:
commands:
- git fetch --tags
lint:
image: golang:1.17
image: golang:1.18
commands:
- make lint
test:
image: golang:1.17
image: golang:1.18
commands:
- make test
build:
image: golang:1.17
image: golang:1.18
commands:
- make build
release:
image: golang:1.17
image: golang:1.18
commands:
- make release
secrets: