Skip to content

Commit 9e17bdb

Browse files
committed
ci: update golangci-lint-action to v8.0.0 with commit hash
- Update from v6.2.0 to v8.0.0 (commit hash 4afd733a84b1f43292c63897423277bb7f4313a9) - Use commit hash for security best practices - v8.0.0 requires golangci-lint >= v2.1.0 (already using v2.4.0) - Ensures compatibility with new .golangci.yaml format
1 parent 926d15a commit 9e17bdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
go-version-file: go.mod
1616

1717
- name: Lint
18-
uses: golangci/golangci-lint-action@v6.2.0
18+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
1919
with:
20-
version: v1.63
20+
version: v2.4.0
2121
args: --verbose
2222

2323
- name: Test

0 commit comments

Comments
 (0)