mirror of https://github.com/k3s-io/k3s
Update golang to 1.12.0
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>k3s-v1.15.3
parent
eaa78b88ac
commit
c72115dede
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM golang:1.11.5 AS builder
|
||||
FROM golang:1.12.0 AS builder
|
||||
COPY elasticsearch_logging_discovery.go go.mod go.sum /
|
||||
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go
|
||||
|
||||
|
|
Loading…
Reference in New Issue