From b77c0b6ce5b572d0375e533b5106564edc3def8b Mon Sep 17 00:00:00 2001 From: Ajaykn-mac Date: Sat, 8 Jan 2022 01:13:58 +0900 Subject: [PATCH] update go version to 1.16 to fix the CI build --- Dockerfile.cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cibuild b/Dockerfile.cibuild index 9d29539..004c8bd 100644 --- a/Dockerfile.cibuild +++ b/Dockerfile.cibuild @@ -1,4 +1,4 @@ -FROM golang:1.14 +FROM golang:1.16 ENV GO111MODULE=on WORKDIR /go/src/github.com/actions/actions-sync