Skip to content

Commit e6ace69

Browse files
committed
bump go 1.25
1 parent d3af2df commit e6ace69

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/golangci_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
if: ${{ always() && !contains(join(github.event.pull_request.labels.*.name, ' '), 'allow-lint-issues') }}
1515
uses: smartcontractkit/.github/actions/ci-lint-go@ci-lint-go/v2
1616
with:
17-
golangci-lint-version: v2.2.2
17+
golangci-lint-version: v2.4.0

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
golang 1.24.5
1+
golang 1.25.0
22
protoc 29.3
33
protoc-gen-go-grpc 1.3.0
4-
golangci-lint 2.2.2
4+
golangci-lint 2.4.0
55
mockery 2.53.3

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.24.5
3+
go 1.25
44

55
require (
66
github.com/XSAM/otelsql v0.29.0

0 commit comments

Comments
 (0)