Skip to content

Commit e2ef9e8

Browse files
author
Markus Schwer
committed
downgrade golangci-lint-action to v6
1 parent 28bddea commit e2ef9e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ defaults:
1212

1313
env:
1414
GO_VERSION: "1.24.1"
15-
GOLANG_CI_VERSION: v1.64.7
1615

1716
jobs:
1817
lint:
@@ -25,6 +24,4 @@ jobs:
2524
cache: false
2625
- uses: actions/checkout@v4
2726
- name: lint
28-
uses: golangci/golangci-lint-action@v7
29-
with:
30-
version: ${{ env.GOLANG_CI_VERSION }}
27+
uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)