From 79367b83d1aa356629a1c007a86b81af6b4223e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:37:47 +0000 Subject: [PATCH] chore(deps): update dependency goreleaser/goreleaser to v1.23.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f0a9b5..0e50512 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ env: # renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver-coerced GOLANGCI_LINT_VERSION: "v1.55.2" # renovate: datasource=github-releases depName=goreleaser/goreleaser versioning=semver-coerced - GORELEASER_VERSION: "v1.22.1" + GORELEASER_VERSION: "v1.23.0" jobs: go: name: Go