Skip to content

Commit ee325f7

Browse files
author
Lorenz Kästle
committed
Make setup-go project dependent
1 parent e2b1d99 commit ee325f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v6
1919
with:
20-
go-version: '1.25'
21-
check-latest: true
20+
go-version-file: 'go.mod'
2221

2322
- name: Vet
2423
run: go vet ./...

0 commit comments

Comments
 (0)