Skip to content

Commit

Permalink
Remove duplicate installation of Go on CI
Browse files Browse the repository at this point in the history
This version of Go is later overridden in `tests/run_tests.sh`
  • Loading branch information
slonopotamus committed Mar 14, 2024
1 parent 80b9be1 commit f21ed03
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ jobs:
- uses: actions/checkout@v2
- name: Run containerd-driver integration tests
run: |
# Remove older version of golang.
sudo rm -f /usr/bin/go
# Install golang-1.17
export PATH=$PATH:/usr/local/go/bin
curl -s -L -o go1.17.linux-amd64.tar.gz https://dl.google.com/go/go1.17.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.17.linux-amd64.tar.gz
sudo chmod +x /usr/local/go
rm -f go1.17.linux-amd64.tar.gz
mkdir -p /home/runner/go/src/github.com/Roblox
ln -s /home/runner/work/nomad-driver-containerd/nomad-driver-containerd /home/runner/go/src/github.com/Roblox/nomad-driver-containerd
cd /home/runner/go/src/github.com/Roblox/nomad-driver-containerd
Expand Down

0 comments on commit f21ed03

Please sign in to comment.