[go1.17] Update to go1.17.2

This commit is contained in:
Mengjiao Liu
2021-10-08 12:03:35 +08:00
parent 1123a7041e
commit 19e8852154
7 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.17.1 AS builder
FROM golang:1.17.2 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