Skip to content

Commit e4b9a23

Browse files
author
Josh Newman
committed
fix: add v prefix
1 parent e5c4e74 commit e4b9a23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17+
- uses: bufbuild/buf-setup-action@v1
1718
- uses: bufbuild/buf-lint-action@v1
1819
with:
1920
input: api
@@ -35,4 +36,4 @@ jobs:
3536
- uses: golangci/golangci-lint-action@v3
3637
if: ${{ inputs.lint_go }}
3738
with:
38-
version: 1.50.1
39+
version: v1.50.1

0 commit comments

Comments
 (0)