diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 4aabd92..6c5d698 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -16,10 +16,10 @@ jobs: with: fetch-depth: 0 # See: https://goreleaser.com/ci/actions/ - - name: Set up Go 1.21.0 + - name: Set up Go 1.23.2 uses: actions/setup-go@v2 with: - go-version: 1.21.0 + go-version: 1.23.2 id: go - name: Import GPG key