Skip to content

Commit

Permalink
Add check-latest in setup-go
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <[email protected]>
  • Loading branch information
LorenEteval committed Oct 9, 2024
1 parent d453b4b commit 69f63f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.20"
check-latest: true

- name: Install go 1.20 dependencies
run: |
Expand All @@ -165,6 +166,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.23"
check-latest: true

- name: Install go 1.23 dependencies
run: |
Expand Down

0 comments on commit 69f63f2

Please sign in to comment.