Skip to content

Commit bfa5d17

Browse files
committed
use go.mod for lint job
1 parent 7648b3f commit bfa5d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v5
1010
- uses: actions/setup-go@v6
1111
with:
12-
go-version: '1.19.x'
12+
go-version-file: './go.mod'
1313
- run: go version
1414
- name: run make lint
1515
run: make lint

0 commit comments

Comments
 (0)