Skip to content

Commit 3989eba

Browse files
committed
ci: use golang version from go.mod
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent 4b9f59f commit 3989eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lints.yml

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

0 commit comments

Comments
 (0)