Skip to content

Commit

Permalink
chore: updating go
Browse files Browse the repository at this point in the history
  • Loading branch information
fracasula committed Jan 29, 2025
1 parent cde94a4 commit 7728761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LDFLAGS?=-s -w
TESTFILE=_testok

# go tools versions
GOLANGCI=github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
GOLANGCI=github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4
gofumpt=mvdan.cc/gofumpt@latest
govulncheck=golang.org/x/vuln/cmd/govulncheck@latest
goimports=golang.org/x/tools/cmd/goimports@latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rudderlabs/rudder-go-kit

go 1.23.1
go 1.23.5

replace github.com/gocql/gocql => github.com/scylladb/gocql v1.14.2

Expand Down

0 comments on commit 7728761

Please sign in to comment.