Skip to content

Commit

Permalink
Edit go version to 1.21.0 to fix broken workflow tests
Browse files Browse the repository at this point in the history
Signed-off-by: aveega <aveega@amazon.com>
  • Loading branch information
aveega committed Oct 19, 2023
1 parent c56479c commit 5161d3e
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 @@ -77,7 +77,7 @@ jobs:
mkdir /home/ec2-user/.cache/go-mod
mkdir /home/ec2-user/go
mkdir /home/ec2-user/go/bin
GOVERSION=go1.21
GOVERSION=go1.21.0
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 5161d3e

Please sign in to comment.