From c3a7c6dec68cc3d4da8175745705bf9f646b7668 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Sat, 9 Oct 2021 02:21:36 +0900 Subject: [PATCH] bump Go v1.17.2 --- run-in-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-in-docker.sh b/run-in-docker.sh index 7a6e107..e674ee0 100755 --- a/run-in-docker.sh +++ b/run-in-docker.sh @@ -8,4 +8,4 @@ docker run --rm \ -v actions-goveralls-cache:/go/pkg/mod \ -v actions-goveralls-cache:/root/.cache \ -v "$CURRENT":/go/src/github.com/shogo82148/actions-goveralls \ - -w /go/src/github.com/shogo82148/actions-goveralls golang:1.17.1 "$@" + -w /go/src/github.com/shogo82148/actions-goveralls golang:1.17.2 "$@"