Skip to content

Commit

Permalink
update create instructions for matching new dependencies on commit 46e0c
Browse files Browse the repository at this point in the history
  • Loading branch information
anixon604 committed Mar 26, 2024
1 parent 0f72d16 commit 07d3b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner-scripts/create-vm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ssh obscurouser@IPADDRESS

sudo apt-get update \
&& sudo apt-get install -y gcc \
&& sudo snap refresh && sudo snap install --channel=1.20 go --classic \
&& sudo snap refresh && sudo snap install go --channel=1.21/stable --classic \
&& curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh

exit
Expand Down

0 comments on commit 07d3b4a

Please sign in to comment.