Skip to content

Commit

Permalink
Update: Add golang v1.21 to build (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Powers committed Sep 18, 2023
1 parent 969027d commit 8d9f31b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
matrix:
go:
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: true
Expand Down

0 comments on commit 8d9f31b

Please sign in to comment.