Skip to content

Commit

Permalink
fix(ci/bootstrap): don't remove golang-bin system package
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Aug 8, 2024
1 parent b1cca81 commit cf45114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Vendor Go
run: |
dnf remove -y golang
rm /usr/bin/go
curl -L https://go.dev/dl/go1.22.6.linux-${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}.tar.gz -o go.tar.gz
tar xf go.tar.gz go/bin/go
cp go/bin/go /usr/local/bin/
Expand Down

0 comments on commit cf45114

Please sign in to comment.