Skip to content

Commit 6a6efcf

Browse files
committed
fix: use go run for golangci-lint instead of action
1 parent 49f74d0 commit 6a6efcf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wgtunnel.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ jobs:
5252
with:
5353
go-version: "~1.22"
5454
- name: golangci-lint
55-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
56-
with:
57-
version: v1.64.8
55+
run: go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8 run
5856

5957
test:
6058
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)