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 2aa5abd commit 3b9d168
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 @@ -51,6 +51,7 @@ linters:
- bodyclose
- containedctx
- contextcheck
- copyloopvar
- decorder
# - depguard
- dogsled
Expand All @@ -62,7 +63,6 @@ linters:
- errname
- errorlint
- exhaustive
- 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-processor-sdk

go 1.22.5
toolchain go1.23.2
go 1.23

require (
github.com/bufbuild/buf v1.45.0
Expand Down

0 comments on commit 3b9d168

Please sign in to comment.