bump lint action + tool

Signed-off-by: Jason Hall <imjasonh@gmail.com>
This commit is contained in:
Jason Hall
2025-12-13 11:11:49 -05:00
committed by Jason Hall
parent b9b24bc045
commit 321f652412
+13 -13
View File
@@ -3,7 +3,7 @@ name: Verify
on:
pull_request:
branches:
- 'main'
- "main"
permissions: {}
@@ -16,17 +16,17 @@ jobs:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
check-latest: true
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: "go.mod"
check-latest: true
- name: Verify
run: ./hack/presubmit.sh
- name: Verify
run: ./hack/presubmit.sh
golangci:
name: lint
@@ -42,10 +42,10 @@ jobs:
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
go-version-file: "go.mod"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.4.0
with:
version: v2.0
version: v2.7.2