Skip to content

Commit 63e4b23

Browse files
committed
ci(workflows/lint): Update Go setup action to use custom actions
1 parent b3169cd commit 63e4b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3
13+
- uses: ./github/actions/setup-go-node
1414
with:
15-
go-version: stable
15+
skip-node: true
1616

1717
- name: Run golangci-lint
1818
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0

0 commit comments

Comments
 (0)