Skip to content

Commit

Permalink
Merge branch 'main' into add-support-of-linux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jan 18, 2025
2 parents d65ae3b + c4e0fde commit 22b5d3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ jobs:
- ubuntu-22.04-arm
- macos-14 # for arm64
- macos-13 # for x64
- macos-12
- windows-2022
- windows-2019
go:
- "1.11" # minumum version goveralls supports
- "1.11" # minimum version goveralls supports
- "oldstable"
- "stable"
exclude:
Expand Down
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 22b5d3b

Please sign in to comment.