Skip to content

Commit

Permalink
set go 1.20 as default for the pr check (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova authored Jul 10, 2024
1 parent 1118ad2 commit 5f30689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export APP_NAME="entitlements" # name of app-sre "application" folder this comp
export COMPONENT_NAME="entitlements-api-go" # name of app-sre "resourceTemplate" in deploy.yaml for this component
export IMAGE="quay.io/cloudservices/entitlements-api-go" # the image location on quay

export GOROOT="/opt/go/1.20.10"
export PATH="${GOROOT}/bin:${PATH}"

echo "*** GO version ***"
go version

Expand Down

0 comments on commit 5f30689

Please sign in to comment.