Skip to content

Commit

Permalink
refactor: linting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Nov 26, 2024
1 parent 59cf328 commit 137eb44
Show file tree
Hide file tree
Showing 33 changed files with 508 additions and 219 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: 'lint'
strategy:
matrix:
go-version: ["1.17.x"] # linting in 1 go version is enough
go-version: ["1.22.x"] # linting in 1 go version is enough
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: 'golangci/golangci-lint-action@v2'
with:
# 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.43'
version: 'v1.59'

# Optional: 'working directory, useful for monorepos'
# working-directory: 'somedir'
Expand Down
Loading

0 comments on commit 137eb44

Please sign in to comment.