We need go >= 1.19

This commit is contained in:
Kovid Goyal
2023-01-05 19:41:42 +05:30
parent 5d42d1f955
commit 77a3916f6f
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ env:
ASAN_OPTIONS: leak_check_at_exit=0
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
GO_INSTALL_VERSION: ">=1.18.0"
GO_INSTALL_VERSION: ">=1.19.0"
permissions:
contents: read # to fetch code (actions/checkout)