Skip to content

Commit

Permalink
fix(build): wrong go version reference [skip ci] (#511)
Browse files Browse the repository at this point in the history
fix(build): wrong go version reference
  • Loading branch information
burningalchemist authored May 11, 2024
1 parent 18936a6 commit 0c73cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
platforms: linux/amd64,linux/arm64
provenance: false
build-args: |
GOVERSION={{ steps.promu-go-version.outputs.version }}
GOVERSION=${{ steps.promu-go-version.outputs.version }}

0 comments on commit 0c73cae

Please sign in to comment.