Skip to content

Commit

Permalink
Merge pull request #434 from shogo82148/bump-go1.20
Browse files Browse the repository at this point in the history
bump Go 1.20
  • Loading branch information
shogo82148 committed Apr 26, 2023
2 parents 1c0fc0a + 2e186e7 commit 4ddb30b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.19"
go-version-file: 'action/go.mod'
- run: go version

- name: Set up the action
Expand Down Expand Up @@ -52,8 +52,9 @@ jobs:
- macos-latest
- windows-latest
go:
- "1.11" # first version that supports go modules
- "1.x" # latest version
- "1.11" # minumum version goveralls supports
- "oldstable"
- "stable"

runs-on: ${{ matrix.os }}
steps:
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.19
go 1.20

require github.com/mattn/goveralls v0.0.11

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

0 comments on commit 4ddb30b

Please sign in to comment.