10
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2026-04-05 22:36:54 +00:00
setup-go/__tests__
Tiger Kaovilai d176b82c0a
feat: support non-standard .mod files in go-version-file
Change `parseGoVersionFile` to match any file ending in `.mod` instead
of only `go.mod` by basename. This enables using dedicated module files
like `golangci-lint.mod` or `tools.mod` with the `go-version-file` input.

Fixes #736

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-03-24 20:40:15 -04:00
..
data Add comprehensive breaking changes documentation for v6 (#674) 2025-11-19 09:40:16 -06:00
cache-restore.test.ts Update default Go module caching to use go.mod (#705) 2026-01-26 10:59:03 -06:00
cache-utils.test.ts Update default Go module caching to use go.mod (#705) 2026-01-26 10:59:03 -06:00
setup-go.test.ts feat: support non-standard .mod files in go-version-file 2026-03-24 20:40:15 -04:00
utils.test.ts Update self-hosted environment validation and bump undici version (#556) 2025-04-01 10:32:30 -05:00
verify-go.sh Use GitHub releases to download Go versions. (#58) 2020-06-29 11:41:13 -04:00
windows-toolcache.test.ts Fix Install on Windows is very slow (#393) 2023-08-03 14:33:56 +02:00