Skip to content

Commit

Permalink
Added go dependency for this PR because renovate didn't pick it up,
Browse files Browse the repository at this point in the history
- will be picked up next time

Signed-off-by: Brady Siegel <[email protected]>
  • Loading branch information
bmsiegel committed Apr 22, 2022
1 parent b75fa90 commit d0bf039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-safe-to-test-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
mkdir /home/ec2-user/.cache/go-build
mkdir /home/ec2-user/.cache/go-mod
mkdir /home/ec2-user/go
GOVERSION=go1.17.7
GOVERSION=go1.18.1
wget https://go.dev/dl/$GOVERSION.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf $GOVERSION.linux-amd64.tar.gz
PATH="$PATH:/usr/local/go/bin"
Expand Down

0 comments on commit d0bf039

Please sign in to comment.