Build binaries with 1.21.1

1.19 is end of life, continue to run with 1.20 but ensure builds with
1.21.

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2023-09-29 10:38:56 -07:00
parent 08e9425cce
commit 4ffa3ed294

View File

@@ -207,7 +207,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-12, windows-2019, windows-2022]
go-version: ["1.20.8", "1.19.12"]
go-version: ["1.20.8", "1.21.1"]
steps:
- uses: actions/setup-go@v3
with: