Skip to content

Commit

Permalink
bump linter at ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Feb 22, 2024
1 parent b62d00a commit b244c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ linters-settings:
- name: useless-break
disabled: false
staticcheck:
go: '~1.20.8'
go: '~1.21.7'
# https://staticcheck.io/docs/options#checks
checks:
- "all"
Expand Down
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
TESTS=${TESTS:-"golangci_lint"}

function test_golangci_lint {
go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.2
golangci-lint run --config .golangci.yml
}

Expand Down

0 comments on commit b244c27

Please sign in to comment.