Skip to content

Commit c37e901

Browse files
authored
Merge pull request #16 from qor5/upgrade-go-version
Pin golangci-lint-action to specific commit hash for v8
2 parents 81c1df7 + d6f1902 commit c37e901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: true
2929

3030
- name: Run golangci-lint
31-
uses: golangci/golangci-lint-action@v8
31+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
3232
with:
3333
version: v2.11.3
3434
args: --timeout=5m

0 commit comments

Comments
 (0)