Skip to content

Commit f9631dc

Browse files
committed
version typo
1 parent 317e4c5 commit f9631dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: go vet ./...
2626

2727
- name: Run Staticcheck
28-
run: go run honnef.co/go/tools/cmd/staticcheck@0.4.3 ./...
28+
run: go run honnef.co/go/tools/cmd/staticcheck@v0.4.3 ./...
2929

3030
- name: Run tests
3131
run: go test -v ./...

0 commit comments

Comments
 (0)