Skip to content

Commit

Permalink
feat: add update-benthos target
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Sep 30, 2024
1 parent 245e673 commit 75201c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ lint:
format:
@golangci-lint run --fix

.PHONY: clean target test lint format
update-benthos:
@go get github.com/redpanda-data/connect/public/bundle/free/v4@latest && \
go get github.com/redpanda-data/connect/v4@latest && \
go get github.com/redpanda-data/benthos/v4@latest && \
go mod tidy

.PHONY: clean target test lint format update-benthos
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ replace github.com/parquet-go/parquet-go => github.com/parquet-go/parquet-go v0.
// Solution:
// - To restore the pre-Go 1.23 behavior and allow parsing of certificates with negative serial numbers,
// set the "x509negativeserial=1" flag in the GODEBUG environment variable.
godebug (
x509negativeserial=1
)
godebug x509negativeserial=1

require (
github.com/RuneRoven/benthosADS v1.0.4
Expand Down

0 comments on commit 75201c9

Please sign in to comment.