Skip to content

Commit d74980f

Browse files
committed
Use latest major tag of action
1 parent 5a1c7bf commit d74980f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/golangci_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: golangci-lint ${{ matrix.module }}
5858
if: ${{ always() && !contains(join(github.event.pull_request.labels.*.name, ' '), 'allow-lint-issues') }}
5959
# NOTE: Keep this version in sync with ACTION_CI_LINT_GO_GIT_TAG in ./script/lint.sh
60-
uses: smartcontractkit/.github/actions/ci-lint-go@dx-2618/golangci-lint # TODO - use versioned release
60+
uses: smartcontractkit/.github/actions/ci-lint-go@ci-lint-go/v4
6161
with:
6262
checkout-repo: false
6363
artifact-name: ${{ steps.artifact-name.outputs.value }}

script/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ -n "${GOLANGCI_LINT_CONFIG:-}" ]]; then
2727
echo "Using user-provided config: $CONFIG_FILE"
2828
else
2929
# NOTE: Keep this version in sync with the action tag in /.github/workflows/golangci_lint.yml
30-
ACTION_CI_LINT_GO_GIT_TAG="${CI_LINT_GO_VERSION:-ci-lint-go/v3}"
30+
ACTION_CI_LINT_GO_GIT_TAG="${CI_LINT_GO_VERSION:-ci-lint-go/v4}"
3131
# Download remote golangci-lint config to gitignored directory
3232
REMOTE_CONFIG_URL="https://raw.githubusercontent.com/smartcontractkit/.github/refs/tags/${ACTION_CI_LINT_GO_GIT_TAG}/actions/ci-lint-go/files/golangci-default.yml"
3333
CONFIG_FILE="$DIRECTORY/golangci.remote.yml"

0 commit comments

Comments
 (0)