cog
fea9db80
- fix: docs deploy workflow uses Go 1.23, can't parse go.mod tool directive (#2924)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 days ago
fix: docs deploy workflow uses Go 1.23, can't parse go.mod tool directive (#2924) go.mod uses the tool directive (Go 1.24+) but the docs workflow hardcoded go-version: '1.23'. Use go-version-file: go.mod like every other workflow in the repo.
References
#2924 - fix: docs deploy workflow uses Go 1.23, can't parse go.mod tool directive
Author
michaeldwan
Parents
a780e5ef
Loading