Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

chore: switch dev image to go 1.13 version #2976

Merged
merged 1 commit into from Mar 27, 2020

Conversation

mboersma
Copy link
Member

@mboersma mboersma commented Mar 27, 2020

Reason for Change:
We have seen aks-engine.exe binaries released after v0.39.0 fail similarly to golang/go#37149. It appears that will be fixed in upcoming releases of the go toolchain, 1.13.10 and 1.14.2.

For now, we verified that go 1.13 creates a Windows binary that doesn't crash. This change specifies go 1.13 in documentation and uses a go-dev release that differs from our current toolbox only by reverting the compiler to 1.13.

Issue Fixed:

Requirements:

Notes:
We should pounce on go 1.13.10 when it is released, because there have been numerous other toolchain fixes that we are ignoring here in favor of not having the binary crash. ⚖️

@codecov
Copy link

codecov bot commented Mar 27, 2020

Codecov Report

Merging #2976 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2976   +/-   ##
=======================================
  Coverage   72.58%   72.58%           
=======================================
  Files         141      141           
  Lines       25893    25893           
=======================================
  Hits        18794    18794           
  Misses       6005     6005           
  Partials     1094     1094

Copy link
Member

@jackfrancis jackfrancis left a comment

Choose a reason for hiding this comment

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

/lgtm

@acs-bot
Copy link

acs-bot commented Mar 27, 2020

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jackfrancis, mboersma

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [jackfrancis,mboersma]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@marosset
Copy link
Contributor

/lgtm

@acs-bot acs-bot merged commit 12cca7f into Azure:master Mar 27, 2020
@mboersma mboersma deleted the pin-compiler-for-windows-bug branch April 10, 2020 14:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants