Skip to content

Commit

Permalink
Set Go version, update .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Oct 9, 2024
1 parent 0dc3ec2 commit 6bea5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ linters:
disable-all: true
enable:
- bodyclose
- copyloopvar
# - depguard
- dogsled
- durationcheck
Expand All @@ -38,7 +39,6 @@ linters:
# - errorlint
# - exhaustive
# - exhaustivestruct
- exportloopref
# - forbidigo
# - forcetypeassert
# - funlen
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/conduitio/conduit-connector-kafka

go 1.22.5
toolchain go1.23.2
go 1.23.2

require (
github.com/Masterminds/sprig/v3 v3.3.0
Expand Down

0 comments on commit 6bea5b2

Please sign in to comment.