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 565b62d commit 9acf4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-go@v2.2.0
with:
go-version: 1.17
check-latest: true

- name: Check out code
uses: actions/checkout@v2.4.0
Expand Down Expand Up @@ -68,6 +69,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

0 comments on commit 9acf4eb

Please sign in to comment.