Skip to content

Commit

Permalink
Disabling depguard as the newer version of depguard included in golan…
Browse files Browse the repository at this point in the history
…gci-lint requires list of acceptable packages.
  • Loading branch information
dianadevasia committed Mar 11, 2024
1 parent f5b6769 commit 50c291a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: ["1.22"]
go: ["1.22.1"]
name: go ${{ matrix.go }}
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ linters:
disable-all: true
enable:
- bodyclose
- depguard
# https://github.com/atc0005/go-ci/issues/1024
# - depguard
- dogsled
- exhaustive
- funlen
Expand Down

0 comments on commit 50c291a

Please sign in to comment.