Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Go to 1.15 #1552

Merged
merged 4 commits into from Aug 21, 2020
Merged

Update Go to 1.15 #1552

merged 4 commits into from Aug 21, 2020

Conversation

janisz
Copy link
Contributor

@janisz janisz commented Aug 19, 2020

Currently DC/OS CLI keeps backward compatibility for macOS 10.10 Yosemite (2014) after updating Go version we will drop it and support only macOS 10.12 Sierra or later.

It's now the industry standard to deprecate TLS 1.0 and 1.1.
See: https://tools.ietf.org/html/draft-ietf-tls-oldversions-deprecate-00

It's now the industry standard to deprecate TLS 1.0 and 1.1.

See: https://tools.ietf.org/html/draft-ietf-tls-oldversions-deprecate-00
@janisz janisz force-pushed the update_go branch 3 times, most recently from 2847bbb to 63b29c1 Compare August 19, 2020 14:41
Currently DC/OS CLI keeps backward compatibility for
macOS 10.10 Yosemite (2014) after updating Go version
we will drop it and support only macOS 10.12 Sierra or later.
@janisz
Copy link
Contributor Author

janisz commented Aug 19, 2020

This is blocked by golang/go#40893

Makefile Outdated
@@ -62,7 +62,8 @@ else
define inDocker
docker run \
-e GOFLAGS \
-e GO111MODULE \
-e GOFLAGS -e GO111MODULE -e HOME=/tmp \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate GOFLAGS?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

pierrebeitz
pierrebeitz previously approved these changes Aug 20, 2020
@janisz janisz merged commit 749a807 into dcos:master Aug 21, 2020
@janisz janisz deleted the update_go branch August 21, 2020 09:11
janisz added a commit to janisz/dcos-core-cli that referenced this pull request Aug 21, 2020
Currently DC/OS CLI keeps backward compatibility for macOS 10.10 Yosemite (2014) after updating Go version we will drop it and support only macOS 10.12 Sierra or later.

It's now the industry standard to deprecate TLS 1.0 and 1.1.
See: https://tools.ietf.org/html/draft-ietf-tls-oldversions-deprecate-00

Refs: dcos/dcos-cli#1552
janisz added a commit to janisz/dcos-core-cli that referenced this pull request Aug 21, 2020
Currently DC/OS CLI keeps backward compatibility for macOS 10.10 Yosemite (2014) after updating Go version we will drop it and support only macOS 10.12 Sierra or later.

It's now the industry standard to deprecate TLS 1.0 and 1.1.
See: https://tools.ietf.org/html/draft-ietf-tls-oldversions-deprecate-00

Refs: dcos/dcos-cli#1552
janisz added a commit to janisz/dcos-core-cli that referenced this pull request Sep 30, 2020
Currently DC/OS CLI keeps backward compatibility for macOS 10.10 Yosemite (2014) after updating Go version we will drop it and support only macOS 10.12 Sierra or later.

It's now the industry standard to deprecate TLS 1.0 and 1.1.
See: https://tools.ietf.org/html/draft-ietf-tls-oldversions-deprecate-00

Refs: dcos/dcos-cli#1552
janisz added a commit to dcos/dcos-core-cli that referenced this pull request Oct 8, 2020
* Update go to 1.15

Currently DC/OS CLI keeps backward compatibility for macOS 10.10 Yosemite (2014) after updating Go version we will drop it and support only macOS 10.12 Sierra or later.

It's now the industry standard to deprecate TLS 1.0 and 1.1.
See: https://tools.ietf.org/html/draft-ietf-tls-oldversions-deprecate-00

Refs: dcos/dcos-cli#1552

* Update .appveyor.yml

* Update build.groovy

* Use image: Visual Studio 2019

* Fix binary path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants