Skip to content

Commit

Permalink
Merge pull request #482 from shogo82148/revert-479-bump-go1.21.6
Browse files Browse the repository at this point in the history
Revert "bump Go 1.21.6"
  • Loading branch information
shogo82148 committed Feb 5, 2024
2 parents 1ca9fe3 + a639be1 commit 3b3be97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/shogo82148/actions-goveralls

go 1.21.6
go 1.20

require github.com/mattn/goveralls v0.0.12

Expand Down
2 changes: 1 addition & 1 deletion run-in-docker.sh
Expand Up @@ -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.6 "$@"
-w /go/src/github.com/shogo82148/actions-goveralls golang:1.20.13 "$@"

0 comments on commit 3b3be97

Please sign in to comment.