1
0
mirror of https://github.com/docker-library/golang.git synced 2025-02-06 11:01:20 +00:00

7 Commits

Author SHA1 Message Date
Tianon Gravi
78aba734dc Update jq-template for speed improvements 2022-07-13 17:12:43 -07:00
Tianon Gravi
b45e29c19c Add useful URL in apply-template.sh for jq-template.awk 2022-02-14 11:17:05 -08:00
Tianon Gravi
a4e747e8a9 Remove ltsc2016 variants (EOL)
See https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/base-image-lifecycle and https://github.com/docker-library/official-images/pull/11661
2022-01-12 13:42:21 -08:00
Tianon Gravi
be0797ac1d Add 1.18beta1 2021-12-14 13:08:24 -08:00
Tianon Gravi
48e32c58a6 Combine Linux templates into one
This helps ensure we have even better consistency between them than before.

I could've used more conditionals here to reduce the amount of change, but it didn't seem worthwhile when it's pretty harmless to have them more consistent with one another instead.
2021-08-27 14:49:54 -07:00
Tianon Gravi
272431aeb4 For Go 1.17+, move the Windows install to C:\Program Files\Go
This matches Go upstream's change to the same, and allows GOPATH on 1.17+ to move to C:\go (although with the caveat that GOPATH may not actually be useful for much longer).

See https://golang.org/cl/283600 for where this was changed in the official Go installer.
2021-07-16 15:53:23 -07:00
Tianon Gravi
5e970060c3 Add initial jq-based templating engine 2020-08-28 15:19:07 -07:00