Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/actions/setup-go-2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Feb 14, 2022
2 parents 77021f1 + 9acf4eb commit 768da7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2.1.5
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 @@ -65,9 +66,10 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2.1.5
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 768da7b

Please sign in to comment.