From e785d41d45dcb14174ee5b8d3f92db360ad75eb1 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Mon, 5 Feb 2024 16:40:08 +0900 Subject: [PATCH] bump Go 1.21.6 --- go.mod | 2 +- run-in-docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a3d78b4..eb2f6d4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/shogo82148/actions-goveralls -go 1.20 +go 1.21.6 require github.com/mattn/goveralls v0.0.12 diff --git a/run-in-docker.sh b/run-in-docker.sh index 7c2ad5b..9e9773c 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.21.0 "$@" + -w /go/src/github.com/shogo82148/actions-goveralls golang:1.21.6 "$@"