Skip to content

Commit

Permalink
> try to fix github action problem
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwu committed Jun 17, 2022
1 parent b0bae50 commit e7a968c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
uses: arduino/setup-protoc@v1

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.33
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.29

# Runs a single command using the runners shell
- name: Get go dependencies
Expand Down

0 comments on commit e7a968c

Please sign in to comment.