[#10] .docker: Update go version to 1.18

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
pull/11/head
Denis Kirillov 2023-01-10 12:04:58 +03:00 committed by Kirillov Denis
parent cc71e6902a
commit e355442532
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17 as builder
FROM golang:1.18 as builder
ARG BUILD=now
ARG VERSION=dev
ARG REPO=repository

View File

@ -1,4 +1,4 @@
FROM golang:1.17 as builder
FROM golang:1.18 as builder
ARG BUILD=now
ARG VERSION=dev
ARG REPO=repository

View File

@ -1,4 +1,4 @@
FROM golang:1.17 as builder
FROM golang:1.18 as builder
ARG BUILD=now
ARG VERSION=dev
ARG REPO=repository

View File

@ -1,4 +1,4 @@
FROM golang:1.17 as builder
FROM golang:1.18 as builder
ARG BUILD=now
ARG VERSION=dev
ARG REPO=repository

View File

@ -1,4 +1,4 @@
FROM golang:1.17 as builder
FROM golang:1.18 as builder
ARG BUILD=now
ARG VERSION=dev
ARG REPO=repository