Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Dmitri Shuralyov 05c9512268 all: update go directive to 1.18
Done with:

go get go@1.18
go mod tidy
go fix ./...

Using go1.21.3.

Also delete the build constraints that are always satisfied
when using supported Go versions.

For golang/go#60268.

Change-Id: Iab4a7237a368b1ac05bb72a646501defb51503f1
Reviewed-on: https://go-review.googlesource.com/c/arch/+/534197
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2023-10-10 23:22:25 +00:00
Bryan C. Mills cbf565b21d go.mod: upgrade to go 1.17
This change was produced using 'go mod tidy -go=1.17'
with a go command built at CL 315210.

This activates lazy loading, and updates the go.mod file to maintain
the lazy-loading invariants (namely, including an explicit requirement
for every package transitively imported by the main module).

In particular, this will allow Go 1.17 users who depend on this module
to avoid downloading (or recording checksums for) rsc.io/pdf when
building the packages in their own modules.

Note that this does *not* prevent users with earlier go versions from
successfully building packages from this module.

For golang/go#36460

Change-Id: If7697d9535d8eefd45aa5a42436f3860726f65a2
Reviewed-on: https://go-review.googlesource.com/c/arch/+/315572
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
2021-05-02 12:48:03 +00:00
Bryan C. Mills 788fe5ffcd all: add go.mod
Updates golang/go#30228

Change-Id: Idde6e34da043b401ee7429a0297517ec235e3b64
Reviewed-on: https://go-review.googlesource.com/c/arch/+/167137
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-12 16:21:04 +00:00