update github action to go-1.17.8

This commit is contained in:
Jeffrey Picard 2022-04-11 14:41:35 +00:00
parent e2f869f51f
commit 211b8349b2

View file

@ -1,7 +1,7 @@
FROM golang:1.16.11-bullseye
FROM golang:1.17.8-bullseye
RUN apt-get update && \
apt-get upgrade && \
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y dnsutils git libsnappy-dev liblz4-dev libzstd-dev zlib1g-dev \
autoconf automake libtool curl make g++
RUN cd /tmp && \