Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
slonopotamus committed Mar 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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

0 comments on commit f21ed03

Please sign in to comment.