Update golang to go1.18
This commit is contained in:
parent
3f2aff4495
commit
a81626889e
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM golang:1.17.5
|
FROM golang:1.18.1
|
||||||
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"
|
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"
|
||||||
|
|
||||||
ENV GOPATH /gopath/
|
ENV GOPATH /gopath/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue