Skip to content

Commit

Permalink
Merge pull request #479 from shogo82148/bump-go1.21.6
Browse files Browse the repository at this point in the history
bump Go 1.21.6
  • Loading branch information
shogo82148 authored Feb 5, 2024
2 parents f5b35fb + e785d41 commit a011b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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

Expand Down
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.21.6 "$@"

0 comments on commit a011b7a

Please sign in to comment.