Skip to content

Commit

Permalink
Correct go-version selection to avoid unintentional minor upgrades
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Oct 23, 2023
1 parent 06ffb8e commit c51bde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup go 1.20.x
uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: '1.20'

- name: Setup java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Setup go 1.20.x
uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: '1.20'

- uses: getgauge/setup-gauge@master
with:
Expand Down

0 comments on commit c51bde0

Please sign in to comment.