Skip to content

Commit 29f37fa

Browse files
authored
bump go to 1.26 (#1985)
1 parent d10b994 commit 29f37fa

28 files changed

Lines changed: 37 additions & 64 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
golang 1.25.3
1+
golang 1.26.2
22
protoc 29.3
33
protoc-gen-go-grpc 1.3.0
44
golangci-lint 2.11.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-common
22

3-
go 1.25.3
3+
go 1.26.2
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

keystore/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-common/keystore
22

3-
go 1.25.3
3+
go 1.26.2
44

55
require (
66
github.com/NethermindEth/juno v0.12.5

observability-lib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-common/observability-lib
22

3-
go 1.25.0
3+
go 1.26.2
44

55
require (
66
github.com/go-resty/resty/v2 v2.17.1

pkg/beholder/internal/mocks/otlp_exporter.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/capabilities/datastreams/mocks/report_codec.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/chipingress/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-common/pkg/chipingress
22

3-
go 1.25.3
3+
go 1.26.2
44

55
require (
66
github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.16.1

pkg/chipingress/mocks/client.go

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/loop/mocks/relayer.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/monitoring/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-common/pkg/monitoring
22

3-
go 1.25.0
3+
go 1.26.2
44

55
require (
66
github.com/confluentinc/confluent-kafka-go/v2 v2.3.0

0 commit comments

Comments
 (0)