From 7fb56912c7a69b85301e8bc3ce2b085ce2bff15e Mon Sep 17 00:00:00 2001 From: Renovate bot Date: Tue, 13 Aug 2024 20:40:31 +0000 Subject: [PATCH] Update golang Docker tag --- .woodpecker/lint.yaml | 2 +- .woodpecker/release.yaml | 2 +- .woodpecker/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index 1ef6bf7..396edc3 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -1,6 +1,6 @@ steps: lint: - image: golang:1.22 + image: golang:1.23 commands: - go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest - golangci-lint run diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml index 9097283..a995c80 100644 --- a/.woodpecker/release.yaml +++ b/.woodpecker/release.yaml @@ -1,6 +1,6 @@ steps: - name: Release - image: golang:1.22.5 + image: golang:1.23.0 commands: - go install github.com/goreleaser/goreleaser@latest - goreleaser release diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 827f5bc..3919658 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -1,6 +1,6 @@ steps: test: - image: golang:1.22 + image: golang:1.23 commands: - go test ./...