Skip to content

Commit

Permalink
Use setup-go v2
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky committed Jul 7, 2021
1 parent 2f63045 commit 7605db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: '1.16'
- name: Install golangci-lint
Expand Down

0 comments on commit 7605db0

Please sign in to comment.