Skip to content

Commit 65fc1ff

Browse files
Update Go version setup in CI workflow
1 parent e311cfe commit 65fc1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deps-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version-file: 'go.mod'
17+
go-version: 'stable'
1818
check-latest: true
1919
- run: go mod tidy
2020
- run: go build ./...

0 commit comments

Comments
 (0)