We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4680217 + 4d9f6d4 commit c2f3c9dCopy full SHA for c2f3c9d
.github/workflows/lint.yml
@@ -11,15 +11,15 @@ jobs:
11
- name: Install Go
12
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
13
with:
14
- go-version: v1.23.x
+ go-version: 1.24.x
15
cache: true
16
- name: setup
17
run: |
18
go install github.com/projectdiscovery/yamldoc-go/cmd/docgen/dstdocgen@latest
19
- name: generate
20
run: go run mage.go generate
21
- name: golangci-lint
22
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
+ uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
23
24
version: v1.63.4
25
- name: markdown
0 commit comments