We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e0633d + b8bea76 commit aaee3ffCopy full SHA for aaee3ff
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
12
with:
13
go-version-file: go.mod
14
- - uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
+ - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
15
- name: Run go vet
16
run: |
17
go vet ./...
0 commit comments