Skip to content

Commit

Permalink
bump Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jan 18, 2025
1 parent d6b1295 commit 22eb2bd
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.22.1
go 1.23.5

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.22.1 "$@"
-w /go/src/github.com/shogo82148/actions-goveralls golang:1.23.5 "$@"

0 comments on commit 22eb2bd

Please sign in to comment.