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: commands:
- git fetch --tags - git fetch --tags
lint: lint:
image: golang:1.17 image: golang:1.18
commands: commands:
- make lint - make lint
test: test:
image: golang:1.17 image: golang:1.18
commands: commands:
- make test - make test
build: build:
image: golang:1.17 image: golang:1.18
commands: commands:
- make build - make build
release: release:
image: golang:1.17 image: golang:1.18
commands: commands:
- make release - make release
secrets: secrets: