Skip to content

Commit

Permalink
🎾 Fetch latest Go for manylinux2014 containers
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 5, 2024
1 parent 1731f50 commit 1152a72
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ jobs:
with:
python-version: 3.8

- name: Set up Go toolchain
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: false
check-latest: true

- name: Install GCC
run: sudo apt-get install gcc

Expand All @@ -119,6 +112,10 @@ jobs:
package-dir: .
output-dir: wheelhouse
env:
CIBW_BEFORE_ALL_LINUX: >
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
sudo apt-get install golang-go
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ''
CIBW_TEST_COMMAND: >
hugo version
Expand Down

0 comments on commit 1152a72

Please sign in to comment.