update go version to 1.16 to fix the CI build

This commit is contained in:
Ajaykn-mac
2022-01-08 01:13:58 +09:00
parent abfafb927f
commit b77c0b6ce5

View File

@@ -1,4 +1,4 @@
FROM golang:1.14
FROM golang:1.16
ENV GO111MODULE=on
WORKDIR /go/src/github.com/actions/actions-sync