Skip to content

Commit

Permalink
Utilize new setup-go action 'check-latest'
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Feb 14, 2022
1 parent d50e6fc commit 67318bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-go@v2.2.0
with:
go-version: 1.17
check-latest: true

- name: Checkout
uses: actions/checkout@v2.4.0
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
uses: actions/setup-go@v2.2.0
with:
go-version: 1.17
check-latest: true

- name: Install cosign
uses: sigstore/cosign-installer@v2.0.0
Expand Down

0 comments on commit 67318bf

Please sign in to comment.