Skip to content

Commit 5e3ec2e

Browse files
committed
grr, fix string
1 parent 0000d99 commit 5e3ec2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
go-version-file: "go.mod"
1212
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
1313
with:
14-
version: 2.5.0
14+
version: v2.5.0
1515
- name: Run go vet
1616
run: |
1717
go vet ./...

0 commit comments

Comments
 (0)