Skip to content

Commit

Permalink
fix(ci): release publish by setting up Go environment (cloudnative-pg…
Browse files Browse the repository at this point in the history
…#3628)

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
  • Loading branch information
sxd authored and NiccoloFei committed Dec 21, 2023
1 parent 348aa87 commit 55a2b9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ jobs:
with:
platforms: ${{ needs.release-binaries.outputs.platforms }}

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOLANG_VERSION }}
check-latest: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 55a2b9f

Please sign in to comment.