Skip to content

Commit

Permalink
use Go 1.20.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Feb 5, 2024
1 parent c6dde22 commit a639be1
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.21.0 "$@"
-w /go/src/github.com/shogo82148/actions-goveralls golang:1.20.13 "$@"

0 comments on commit a639be1

Please sign in to comment.