Skip to content

Commit

Permalink
update setup-go action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R authored Apr 13, 2022
1 parent 828a706 commit 8d5c2b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.17'
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 8d5c2b1

Please sign in to comment.