From 623bdbcded0a832f34138cb5fb065f958198cf91 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Wed, 23 Mar 2022 13:58:48 +0100 Subject: [PATCH] ci: uses golang 1.18 for build process --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 812335c..3f44733 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: