## GENERATED. DO NOT EDIT DIRECTLY.
FROM techknowlogick/xgo:base

ENV GO_VERSION 1181

RUN \
  export ROOT_DIST=https://dl.google.com/go/go1.18.1.linux-amd64.tar.gz && \
  export ROOT_DIST_SHA=b3b815f47ababac13810fc6021eb73d65478e0b2db4b09d348eefad9581a2334 && \
  \
$BOOTSTRAP_PURE
