moby/.github
Sebastiaan van Stijn e465ebf2f3
update to go1.21.1, and fix download-URL
This required changes to the download-URL, as downloads are now provided
using the full version (including the `.0` patch version);

    curl -sI https://go.dev/dl/go1.21.windows-amd64.zip | grep 'location'
    location: https://dl.google.com/go/go1.21.windows-amd64.zip

    curl -sI https://dl.google.com/go/go1.21.windows-amd64.zip
    HTTP/2 404
    # ...

    curl -sI https://dl.google.com/go/go1.21.0.windows-amd64.zip
    HTTP/2 200
    # ...

Unfortunately this also means that the GO_VERSION can no longer be set to
versions lower than 1.21.0 (without additional changes), because older
versions do NOT provide the `.0` version, and Go 1.21.0 and up, no longer
provides URLs _without_ the `.0` version.

Co-authored-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-09-28 00:51:34 +02:00
..
actions CI: Switch to use tracing action 2023-09-07 22:23:05 +00:00
ISSUE_TEMPLATE Add github issue forms 2022-07-06 18:16:53 +00:00
workflows update to go1.21.1, and fix download-URL 2023-09-28 00:51:34 +02:00
CODEOWNERS remove deprecated devicemapper storage-driver 2023-04-20 23:51:54 +02:00
PULL_REQUEST_TEMPLATE.md Rename a few docker to moby 2017-10-25 13:56:12 +02:00