Skip to content

Commit

Permalink
Go 1.21 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 9, 2023
1 parent b370383 commit 5c5345e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-in-docker.sh
Original file line number Diff line number Diff line change
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.20.3 "$@"
-w /go/src/github.com/shogo82148/actions-goveralls golang:1.21.0 "$@"

0 comments on commit 5c5345e

Please sign in to comment.