From 5281e99ce0768f5f9a07c9590e3623ea06081a2c Mon Sep 17 00:00:00 2001 From: Renovate bot Date: Thu, 7 Nov 2024 03:28:08 +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..7ba49da 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.3 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 ./... -- 2.45.2