Skip to content

Commit

Permalink
ci: use latest golang-lint github action
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjahns committed Dec 26, 2020
1 parent d850e58 commit f7e2165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
make test
make build
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2.3.0
with:
version: v1.33
- name: Build release type artifacts
Expand Down

0 comments on commit f7e2165

Please sign in to comment.