Skip to content

Commit

Permalink
Update: Add golang v1.20 and v1.21 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrpowers committed Sep 14, 2023
1 parent ed25683 commit 851e951
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ jobs:
fail-fast: false
matrix:
go:
- 1.17
- 1.18
- 1.19
- "1.17"
- "1.18"
- "1.19"
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 851e951

Please sign in to comment.