Skip to content

Commit bba1129

Browse files
committed
bump go 1.26.1
1 parent 4cfbd8a commit bba1129

124 files changed

Lines changed: 155 additions & 356 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/golangci-lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
# golangci-lint runs with absolute path mode: --path-mode=abs
7171
REPORT_PATH: ${{ github.workspace }}/${{ steps.set-working-directory.outputs.golangci-lint-working-directory }}golangci-lint-report.xml
7272
with:
73-
version: v2.5.0
73+
version: v2.11.4
7474
only-new-issues: true
7575
args: --output.checkstyle.path=${{ env.REPORT_PATH }}
7676
working-directory: ${{ steps.set-working-directory.outputs.golangci-lint-working-directory }}

.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.1
22
mockery 2.53.0
33
nodejs 20.13.1
44
pnpm 10.6.5

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CL_LOOPINSTALL_OUTPUT_DIR ?=
1616
LOOPINSTALL_PUBLIC_ARGS := $(if $(strip $(CL_LOOPINSTALL_OUTPUT_DIR)),--output-installation-artifacts $(CL_LOOPINSTALL_OUTPUT_DIR)/public.json)
1717
LOOPINSTALL_PRIVATE_ARGS := $(if $(strip $(CL_LOOPINSTALL_OUTPUT_DIR)),--output-installation-artifacts $(CL_LOOPINSTALL_OUTPUT_DIR)/private.json)
1818
LOOPINSTALL_TESTING_ARGS := $(if $(strip $(CL_LOOPINSTALL_OUTPUT_DIR)),--output-installation-artifacts $(CL_LOOPINSTALL_OUTPUT_DIR)/testing.json)
19-
GOLANGCI_LINT_VERSION = "v2.5.0"
19+
GOLANGCI_LINT_VERSION = "v2.11.4"
2020

2121
.PHONY: install
2222
install: install-chainlink-autoinstall ## Install chainlink and all its dependencies.

common/chains/mocks/chain.go

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

common/log/mocks/broadcast.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.

common/log/mocks/broadcaster.go

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

common/logpoller/mocks/log_poller.go

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

common/txmgr/mocks/broadcaster.go

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

common/txmgr/mocks/chain_receipt.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/txmgr/mocks/confirmer.go

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

0 commit comments

Comments
 (0)