Skip to content

Commit

Permalink
Merge pull request #17 from personnummer/renovate/actions-setup-go-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v3
  • Loading branch information
frozzare committed Feb 28, 2022
2 parents e9e6fd4 + 1721da1 commit 937062f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand Down

0 comments on commit 937062f

Please sign in to comment.