Skip to content

Commit 0faa685

Browse files
committed
build: set go version for linting
1 parent 6be5c58 commit 0faa685

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ jobs:
55
runs-on: ubuntu-22.04
66
steps:
77
- uses: actions/checkout@v4
8+
- uses: hashicorp/setup-golang@v3
9+
with:
10+
version-file: go.mod
811
- uses: golangci/golangci-lint-action@v3
912
with:
1013
version: v1.55.2

0 commit comments

Comments
 (0)