Commit Graph

14 Commits

Author SHA1 Message Date
Robert Findley
5c5c92a1c5 all: update the x/tools dependency to fix the build with Go 1.25 (#432)
An unfortunate bug caused a number of packages in old x/tools versions
to fail to build with Go 1.25 (https://go.dev/issue/74462). Fix this
minimally by updating to the lowest patched version with the fix:
v0.24.1. This should allow wire to continue building with the same range
of Go versions as it could build with before (down to 1.19).

Also:
- Update the go.mod go directive to Go 1.19 to allow for module graph
  pruning, and to be consistent with the minimum build version.
- Fix a test that is broken in recent Go versions due to an error
  message change.
- Update tests to run on Go 1.25.x (the most recent version of Go).
- Remove coverage, since coverage upload wasn't working anyway.

Fixes #431
2025-08-21 10:01:40 -04:00
Todd Treece
e57deea2f8 all: update golang.org/x/tools dependency to support Go v1.22.0 (#401) 2024-02-07 09:25:46 -08:00
Stanley Chen
0675cdc919 Revert "Update dependencies to support Generics (#360)" (#365)
This reverts commit 4aee85e4ce.
2022-06-20 10:14:24 +08:00
Enrique Fueyo
4aee85e4ce Update dependencies to support Generics (#360)
* feat(copy_ast): add ast.IndexListExpr case

* feat(go.mod): add dependencies (golang.org/x/tools v0.1.0 => v0.1.10)
2022-06-19 17:37:05 -07:00
Robert van Gent
d07cde0df9 update to go 1.16 (#281) 2021-02-17 10:27:44 -08:00
Dmitry Savintsev
fda113507a internal/wire: fix panic in objectCache.processExpr (#236) 2020-01-10 10:10:27 -08:00
Ahmed
578b29ef42 all: remove unused dependencies (#228) 2019-12-11 10:11:01 -08:00
Robert van Gent
89bcaa23b9 wire: improve color output to term by using fatih/color (#186) 2019-05-29 11:46:31 -07:00
Robert van Gent
d76a979091 wire: use subcommands package, improving help (#173) 2019-05-14 12:51:16 -07:00
Robert van Gent
c1be6ec0d8 travis: refresh runtests.sh and Travis config (#174) 2019-05-14 11:31:53 -07:00
Robert van Gent
63cf8b9f27 go.mod: update to latest version of golang.org/x/tools (#156) 2019-04-23 09:43:42 -07:00
Robert van Gent
dbfad100dd all: update version of golang.org/x/tools (#122) 2019-02-06 08:08:23 -08:00
Robert van Gent
58d6a2c2c8 wire: add a diff command (google/go-cloud#745) 2018-11-28 11:12:42 -08:00
Ross Light
30574010a0 Update import path and mirror project docs 2018-11-13 13:16:46 -08:00