Skip to content

Commit

Permalink
Merge pull request #9899 from afbjorklund/go-1.15.5
Browse files Browse the repository at this point in the history
Upgrade go version to 1.15.5
  • Loading branch information
medyagh committed Dec 9, 2020
2 parents 788e842 + 559231f commit f057526
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Download Dependencies
run: go mod download
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
make checksum
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install kubectl
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kic_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Download Dependencies
run: go mod download
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Download Dependencies
run: go mod download
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install libvirt
run: |
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install libvirt
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
echo "------------------------"
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install tools
continue-on-error: true
Expand Down Expand Up @@ -480,7 +480,7 @@ jobs:
Get-WmiObject -class Win32_ComputerSystem
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install tools
continue-on-error: true
Expand Down Expand Up @@ -586,7 +586,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -683,7 +683,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -765,7 +765,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -877,7 +877,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -961,7 +961,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -1068,7 +1068,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -1150,7 +1150,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Download Dependencies
run: go mod download
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install libvirt
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install libvirt
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
echo "------------------------"
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install tools
continue-on-error: true
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
Get-WmiObject -class Win32_ComputerSystem
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install tools
continue-on-error: true
Expand Down Expand Up @@ -584,7 +584,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -681,7 +681,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -763,7 +763,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -875,7 +875,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -959,7 +959,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -1066,7 +1066,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down Expand Up @@ -1148,7 +1148,7 @@ jobs:
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.5'
stable: true
- name: Install gopogh

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
RPM_VERSION ?= $(DEB_VERSION)

# used by hack/jenkins/release_build_and_upload.sh and KVM_BUILD_IMAGE, see also BUILD_IMAGE below
GO_VERSION ?= 1.15.2
GO_VERSION ?= 1.15.5

INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
BUILDROOT_BRANCH ?= 2020.02.8
Expand Down
2 changes: 1 addition & 1 deletion hack/jenkins/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ "$(uname)" != "Darwin" ]; then
fi

# installing golang so we could do go get for gopogh
sudo ./installers/check_install_golang.sh "1.15.2" "/usr/local" || true
sudo ./installers/check_install_golang.sh "1.15.5" "/usr/local" || true

# install docker and kubectl if not present
sudo ./installers/check_install_docker.sh
Expand Down

0 comments on commit f057526

Please sign in to comment.