Skip to content

Commit

Permalink
fix(ci): remove deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed May 11, 2024
1 parent 40cb6c9 commit 6071f3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ run:
tests: false
timeout: 5m
concurrency: 4
go: "1.21.9"

linters:
enable:
Expand Down Expand Up @@ -49,8 +50,6 @@ linters-settings:
allow-leading-space: true
require-explanation: false
require-specific: false
gofumpt:
lang-version: "1.21.9"
gomodguard:
blocked:
versions: # List of blocked module version constraints
Expand Down

0 comments on commit 6071f3d

Please sign in to comment.