Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Jul 24, 2024
1 parent 3fec058 commit 1864a17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
with:
node-version: 20.11.0

- name: Set up Go
uses: WarpBuilds/setup-go@v5
with:
go-version: '>=1.22.5'

- name: Ensure GCC is installed
run: |
if ! command -v gcc &> /dev/null
Expand All @@ -49,6 +44,11 @@ jobs:
echo "GCC is already installed"
fi
- name: Set up Go
uses: WarpBuilds/setup-go@v5
with:
go-version: '>=1.22.5'

# This step usually is not needed because the /ui/dist is pregenerated locally
# but its here to ensure that each release embeds the latest admin ui artifacts.
# If the artificats differs, a "dirty error" is thrown - https://goreleaser.com/errors/dirty/
Expand Down

0 comments on commit 1864a17

Please sign in to comment.