Skip to content

Commit

Permalink
fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco committed May 15, 2024
1 parent b0c2840 commit d6d10fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.22

- name: Golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.46.2
version: v1.56.2
args: --print-issued-lines=false --exclude-use-default=false --enable=revive --enable=goimports --enable=unconvert --concurrency=2

- name: Test
Expand Down

0 comments on commit d6d10fb

Please sign in to comment.