Skip to content

Commit

Permalink
install correct go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Dec 18, 2024
1 parent 83d7212 commit eda621e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
USE_GKE_GCLOUD_AUTH_PLUGIN: "True"

steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23"

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit eda621e

Please sign in to comment.