We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4180816 commit 76d4373Copy full SHA for 76d4373
.github/workflows/ci.yml
@@ -26,6 +26,8 @@ jobs:
26
- uses: actions/checkout@v4
27
- run: go version
28
- uses: actions/setup-go@v5
29
+ with:
30
+ go-version-file: ./go.mod
31
- run: ./ci/lint.sh
32
33
test:
0 commit comments