Skip to content

Commit aafe751

Browse files
committed
Use go.mod-specified Go version for lint step
1 parent 56044b8 commit aafe751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: stable
20+
go-version-file: "go.mod"
2121
- uses: actions/checkout@v4
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)