Skip to content

Commit

Permalink
Merge pull request #19 from shogo82148/go1.20-is-released
Browse files Browse the repository at this point in the history
add Go 1.20 to the build matrix
  • Loading branch information
shogo82148 authored Mar 17, 2023
2 parents 72dabb4 + 7518df7 commit 635408e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
go:
- "1"
- "1.20"
- "1.19"
- "1.18"
- "1.17"
Expand All @@ -22,14 +23,14 @@ jobs:
- "1.11"

steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Test
run: go test -v -coverprofile=profile.cov .

Expand Down

0 comments on commit 635408e

Please sign in to comment.