Skip to content

Commit c72115d

Browse files
committed
Update golang to 1.12.0
Signed-off-by: ialidzhikov <[email protected]>
1 parent eaa78b8 commit c72115d

File tree

1 file changed

+1
-1
lines changed
  • cluster/addons/fluentd-elasticsearch/es-image

1 file changed

+1
-1
lines changed

cluster/addons/fluentd-elasticsearch/es-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.11.5 AS builder
15+
FROM golang:1.12.0 AS builder
1616
COPY elasticsearch_logging_discovery.go go.mod go.sum /
1717
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go
1818

0 commit comments

Comments
 (0)