Skip to content

Commit

Permalink
chore(deps): bump go version and adjust linter (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
tessig authored Feb 17, 2025
1 parent 045ce12 commit 6e8bd77
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
version: v1.64
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22', '1.x' ]
go: [ '1.23', '1.x' ]
name: Tests
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ run:
output:
print-issued-lines: true
print-linter-name: true
uniq-by-line: true
sort-results: true

linters:
Expand Down Expand Up @@ -55,7 +54,6 @@ linters:
- predeclared
- revive
- staticcheck
- tenv
- testpackage
- thelper
- tparallel
Expand All @@ -64,13 +62,15 @@ linters:
- unparam
- unused
- usestdlibvars
- usetesting
- varnamelen
- wrapcheck
- wsl

issues:
new: false
fix: false
uniq-by-line: true
exclude-rules:
- path: _test\.go
linters:
Expand Down
Loading

0 comments on commit 6e8bd77

Please sign in to comment.