Skip to content

Commit

Permalink
chore: update golangci config
Browse files Browse the repository at this point in the history
  • Loading branch information
gkampitakis committed Nov 23, 2024
1 parent 38f0c68 commit 6315f32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: "latest"
version: "v1.60"
args: -c ./golangci.yml
- name: Format lint
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.18.x", "1.19.x", "1.20.x"]
go: ["1.20.x"]
steps:
- uses: actions/checkout@v3
- name: Setup go
Expand Down
6 changes: 3 additions & 3 deletions golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ linters-settings:
gofumpt:
extra-rules: true

run:
skip-files:
issues:
exclude-files:
- constants.go
skip-dirs:
exclude-dirs:
- compile-constants

0 comments on commit 6315f32

Please sign in to comment.