Skip to content

Commit

Permalink
Stop creating old test images. (#1102)
Browse files Browse the repository at this point in the history
We no longer support Golang < 1.13 nor use these images.
  • Loading branch information
porridge authored and alenkacz committed Nov 27, 2019
1 parent 912bfd4 commit 49002e9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build/test-images.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
#!/bin/sh


docker build --build-arg GOLANG_VERSION=1.10 -t kudobuilder/golang:1.10 .
docker push kudobuilder/golang:1.10

docker build --build-arg GOLANG_VERSION=1.11 -t kudobuilder/golang:1.11 .
docker push kudobuilder/golang:1.11

docker build --build-arg GOLANG_VERSION=1.12 -t kudobuilder/golang:1.12 .
docker push kudobuilder/golang:1.12

docker build --build-arg GOLANG_VERSION=1.13 -t kudobuilder/golang:1.13 .
docker push kudobuilder/golang:1.13

Expand Down

0 comments on commit 49002e9

Please sign in to comment.