Skip to content

Commit b0f0414

Browse files
authored
Updates go and linting versions (#1637)
1 parent 5a5aff2 commit b0f0414

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
use-go-cache: true
8989
go-cache-dep-path: ${{ matrix.project.path }}go.sum
9090
- name: golangci-lint ${{ needs.tools.outputs.golangci-lint-version }}
91-
uses: golangci/golangci-lint-action@e0ebdd245eea59746bb0b28ea6a9871d3e35fbc9 # v6.3.3
91+
uses: golangci/golangci-lint-action@818ec4d51a1feacefc42ff1b3ec25d4962690f39 # v6.4.1
9292
with:
9393
version: v${{ needs.tools.outputs.golangci-lint-version }}
9494
args: --out-format checkstyle:golangci-lint-report.xml

.golangci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ linters-settings:
2727
local-prefixes: github.com/smartcontractkit/chainlink-testing-framework/lib
2828
gosec:
2929
exclude-generated: true
30-
govet:
31-
# report about shadowed variables
32-
check-shadowing: false
3330
errorlint:
3431
# Allow formatting of errors without %w
3532
errorf: false
@@ -71,12 +68,8 @@ linters-settings:
7168
- name: modifies-parameter
7269
- name: identical-branches
7370
- name: get-return
74-
# - name: flag-parameter
75-
# - name: early-return
7671
- name: defer
7772
- name: constant-logical-expr
78-
# - name: confusing-naming
79-
# - name: confusing-results
8073
- name: bool-literal-in-expr
8174
- name: atomic
8275
issues:

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
golang 1.23.3
1+
golang 1.23.4
22
nodejs 18.20.3
33
k3d 5.6.3
44
act 0.2.52
5-
golangci-lint 1.62.0
5+
golangci-lint 1.64.5
66
actionlint 1.6.26
77
shellcheck 0.9.0
88
helm 3.15.2

parrot/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-testing-framework/parrot
22

3-
go 1.24.0
3+
go 1.23.6
44

55
require (
66
github.com/go-chi/chi v1.5.5

0 commit comments

Comments
 (0)