Skip to content

Commit

Permalink
Merge pull request #26 from garmikea/golangci_lint_fix
Browse files Browse the repository at this point in the history
Update golangci-lint-action to 3.1.0
  • Loading branch information
dharmadheeraj authored Apr 21, 2022
2 parents 006b057 + 4f58868 commit 53d3f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3.1.0
with:
version: v1.33
- uses: actions/setup-go@v1
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: build
Expand Down

0 comments on commit 53d3f60

Please sign in to comment.