Skip to content

Commit

Permalink
Merge pull request #295 from cert-manager/aveega-fixTest
Browse files Browse the repository at this point in the history
Edit go version to 1.21.0 to fix broken workflow tests
  • Loading branch information
jetstack-bot authored Oct 20, 2023
2 parents c56479c + 5161d3e commit c231532
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 c231532

Please sign in to comment.