We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9dc4a commit c2eb9d2Copy full SHA for c2eb9d2
1 file changed
.github/workflows/lint-test-build-push.yml
@@ -7,16 +7,13 @@ jobs:
7
contents: read
8
runs-on: ubuntu-24.04
9
steps:
10
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
11
12
- - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
+ - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
13
with:
14
- go-version: ">=1.25.6"
+ go-version: ">=1.25.3"
15
16
- - name: golangci-lint
17
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
18
- with:
19
- version: latest
+ - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
20
21
- name: Test with the Go CLI
22
run: go test -v -race ./...
0 commit comments