Skip to content

Commit 4ffa3ed

Browse files
committed
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 <[email protected]>
1 parent 08e9425 commit 4ffa3ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
strategy:
208208
matrix:
209209
os: [ubuntu-20.04, macos-12, windows-2019, windows-2022]
210-
go-version: ["1.20.8", "1.19.12"]
210+
go-version: ["1.20.8", "1.21.1"]
211211
steps:
212212
- uses: actions/setup-go@v3
213213
with:

0 commit comments

Comments
 (0)