mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
Bump version of golangci-lint action as it appears older version may not work with v2
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
This commit is contained in:
committed by
Christian Mesh
parent
59fcdcd2b8
commit
c84716d37b
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -210,7 +210,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: "Code linting"
|
- name: "Code linting"
|
||||||
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
|
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
|
||||||
with:
|
with:
|
||||||
version: v2.1.6
|
version: v2.1.6
|
||||||
# Only compare with changes from when we introduced linting. Eventually we can get rid of this and lint the whole project
|
# Only compare with changes from when we introduced linting. Eventually we can get rid of this and lint the whole project
|
||||||
|
|||||||
Reference in New Issue
Block a user