Skip to content

Golang 1.12 released #264

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

Merged
merged 3 commits into from
Feb 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ image: Visual Studio 2017

environment:
matrix:
- version: 1.12-rc
- version: 1.12
variant: windowsservercore-ltsc2016
- version: 1.12-rc
- version: 1.12
variant: nanoserver-sac2016
- version: 1.11
variant: windowsservercore-ltsc2016
- version: 1.11
variant: nanoserver-sac2016
- version: 1.10
variant: windowsservercore-ltsc2016
- version: 1.10
variant: nanoserver-sac2016

install:
- ps: |
Expand Down
17 changes: 3 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ matrix:
include:
- os: windows
dist: 1803-containers
env: VERSION=1.12-rc VARIANT=windows/windowsservercore-1803
env: VERSION=1.12 VARIANT=windows/windowsservercore-1803
- os: linux
env: VERSION=1.12-rc VARIANT=stretch
env: VERSION=1.12 VARIANT=stretch
- os: linux
env: VERSION=1.12-rc VARIANT=alpine3.9
- os: linux
env: VERSION=1.12-rc VARIANT=alpine3.8
env: VERSION=1.12 VARIANT=alpine3.9
- os: windows
dist: 1803-containers
env: VERSION=1.11 VARIANT=windows/windowsservercore-1803
Expand All @@ -21,15 +19,6 @@ matrix:
env: VERSION=1.11 VARIANT=alpine3.9
- os: linux
env: VERSION=1.11 VARIANT=alpine3.8
- os: windows
dist: 1803-containers
env: VERSION=1.10 VARIANT=windows/windowsservercore-1803
- os: linux
env: VERSION=1.10 VARIANT=stretch
- os: linux
env: VERSION=1.10 VARIANT=alpine3.9
- os: linux
env: VERSION=1.10 VARIANT=alpine3.8

install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
Expand Down
63 changes: 0 additions & 63 deletions 1.10/alpine3.8/Dockerfile

This file was deleted.

63 changes: 0 additions & 63 deletions 1.12-rc/alpine3.8/Dockerfile

This file was deleted.

63 changes: 0 additions & 63 deletions 1.12-rc/alpine3.9/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions 1.12-rc/release-architectures

This file was deleted.

50 changes: 0 additions & 50 deletions 1.12-rc/stretch/Dockerfile

This file was deleted.

43 changes: 0 additions & 43 deletions 1.12-rc/windows/nanoserver-sac2016/Dockerfile

This file was deleted.

Loading