Skip to content

Commit

Permalink
add Go 1.20 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 17, 2023
1 parent 965e8c4 commit ca05e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
fail-fast: false
matrix:
go:
- "1.20"
- "1.19"

steps:
Expand All @@ -19,7 +20,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: true

- name: test
run: |
Expand Down

0 comments on commit ca05e6d

Please sign in to comment.