Skip to content

Commit bee6311

Browse files
Use go.mod Go version for lint workflow
Co-Authored-By: shayan <shayan@cognition.ai>
1 parent 069257d commit bee6311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: stable
19+
go-version-file: "go.mod"
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v8
2222
with:

0 commit comments

Comments
 (0)