We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7648b3f commit bfa5d17Copy full SHA for bfa5d17
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v5
10
- uses: actions/setup-go@v6
11
with:
12
- go-version: '1.19.x'
+ go-version-file: './go.mod'
13
- run: go version
14
- name: run make lint
15
run: make lint
0 commit comments