From da558d8ee6c3e53d11759ecafc208837ebf4a670 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:09:23 +0000 Subject: [PATCH] Update dependency golang to v1.23.5 --- .github/workflows/release.yml | 2 +- .github/workflows/security.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24a9207..6eec707 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.23.4 + go-version: 1.23.5 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index aed4289..5d54020 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -16,5 +16,5 @@ jobs: - id: govulncheck uses: golang/govulncheck-action@v1 with: - go-version-input: 1.23.4 + go-version-input: 1.23.5 go-package: ./...