Skip to content

Commit 76d6f86

Browse files
authored
Merge pull request #66 from prometheus/golang-1.11.10-1.12.5
Bump to Go 1.11.10 and 1.12.5
2 parents f81284f + 4b27787 commit 76d6f86

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

1.11/Makefile.COMMON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ REPOSITORY := quay.io/prometheus
1515
NAME := golang-builder
1616
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
1717
SUFFIX ?= -$(subst /,-,$(BRANCH))
18-
VERSION := 1.11.9
18+
VERSION := 1.11.10
1919
DIRNAME := $(shell basename $(CURDIR))
2020
PARENTDIRNAME := $(shell basename $(shell dirname $(CURDIR)))
2121

1.11/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ RUN \
1515
make \
1616
&& rm -rf /var/lib/apt/lists/*
1717

18-
ENV GOLANG_VERSION 1.11.9
18+
ENV GOLANG_VERSION 1.11.10
1919
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
20-
ENV GOLANG_DOWNLOAD_SHA256 e88aa3e39104e3ba6a95a4e05629348b4a1ec82791fb3c941a493ca349730608
20+
ENV GOLANG_DOWNLOAD_SHA256 aefaa228b68641e266d1f23f1d95dba33f17552ba132878b65bb798ffa37e6d0
2121

2222
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
2323
&& echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - \

1.12/Makefile.COMMON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ REPOSITORY := quay.io/prometheus
1515
NAME := golang-builder
1616
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
1717
SUFFIX ?= -$(subst /,-,$(BRANCH))
18-
VERSION := 1.12.4
18+
VERSION := 1.12.5
1919
DIRNAME := $(shell basename $(CURDIR))
2020
PARENTDIRNAME := $(shell basename $(shell dirname $(CURDIR)))
2121

1.12/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ RUN \
1515
make \
1616
&& rm -rf /var/lib/apt/lists/*
1717

18-
ENV GOLANG_VERSION 1.12.4
18+
ENV GOLANG_VERSION 1.12.5
1919
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
20-
ENV GOLANG_DOWNLOAD_SHA256 d7d1f1f88ddfe55840712dc1747f37a790cbcaa448f6c9cf51bbe10aa65442f5
20+
ENV GOLANG_DOWNLOAD_SHA256 aea86e3c73495f205929cfebba0d63f1382c8ac59be081b6351681415f4063cf
2121

2222
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
2323
&& echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - \

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
Docker Builder Image for cross-building Golang Prometheus projects.
99

10-
- `latest`, `main`, `1.12-main`, `1.12.4-main` ([1.12/main/Dockerfile](1.12/main/Dockerfile))
11-
- `arm`, `1.12-arm`, `1.12.4-arm` ([1.12/arm/Dockerfile](1.12/arm/Dockerfile))
12-
- `powerpc`, `1.12-powerpc`, `1.12.4-powerpc` ([1.12/powerpc/Dockerfile](1.12/powerpc/Dockerfile))
13-
- `mips`, `1.12-mips`, `1.12.4-mips` ([1.12/mips/Dockerfile](1.12/mips/Dockerfile))
14-
- `s390x`, `1.12-s390x`, `1.12.4-s390x` ([1.12/s390x/Dockerfile](1.12/s390x/Dockerfile))
15-
- `1.11-main`, `1.11.9-main` ([1.11/main/Dockerfile](1.11/main/Dockerfile))
16-
- `arm`, `1.11-arm`, `1.11.9-arm` ([1.11/arm/Dockerfile](1.11/arm/Dockerfile))
17-
- `powerpc`, `1.11-powerpc`, `1.11.9-powerpc` ([1.11/powerpc/Dockerfile](1.11/powerpc/Dockerfile))
18-
- `mips`, `1.11-mips`, `1.11.9-mips` ([1.11/mips/Dockerfile](1.11/mips/Dockerfile))
19-
- `s390x`, `1.11-s390x`, `1.11.9-s390x` ([1.11/s390x/Dockerfile](1.11/s390x/Dockerfile))
10+
- `latest`, `main`, `1.12-main`, `1.12.5-main` ([1.12/main/Dockerfile](1.12/main/Dockerfile))
11+
- `arm`, `1.12-arm`, `1.12.5-arm` ([1.12/arm/Dockerfile](1.12/arm/Dockerfile))
12+
- `powerpc`, `1.12-powerpc`, `1.12.5-powerpc` ([1.12/powerpc/Dockerfile](1.12/powerpc/Dockerfile))
13+
- `mips`, `1.12-mips`, `1.12.5-mips` ([1.12/mips/Dockerfile](1.12/mips/Dockerfile))
14+
- `s390x`, `1.12-s390x`, `1.12.5-s390x` ([1.12/s390x/Dockerfile](1.12/s390x/Dockerfile))
15+
- `1.11-main`, `1.11.10-main` ([1.11/main/Dockerfile](1.11/main/Dockerfile))
16+
- `arm`, `1.11-arm`, `1.11.10-arm` ([1.11/arm/Dockerfile](1.11/arm/Dockerfile))
17+
- `powerpc`, `1.11-powerpc`, `1.11.10-powerpc` ([1.11/powerpc/Dockerfile](1.11/powerpc/Dockerfile))
18+
- `mips`, `1.11-mips`, `1.11.10-mips` ([1.11/mips/Dockerfile](1.11/mips/Dockerfile))
19+
- `s390x`, `1.11-s390x`, `1.11.10-s390x` ([1.11/s390x/Dockerfile](1.11/s390x/Dockerfile))
2020

2121
## Usage
2222

0 commit comments

Comments
 (0)