From 77a3916f6fe0b3be8e97eb29b00e7c4c1c43b471 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Jan 2023 19:41:42 +0530 Subject: [PATCH] We need go >= 1.19 --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- docs/build.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c179b828d..8d69d3508 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 576cbb9c3..a5e71b1dd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: "1.18" + go-version: ">=1.19.0" - name: Checkout repository uses: actions/checkout@v3 diff --git a/docs/build.rst b/docs/build.rst index 1d1e927fc..85d5d1dc7 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -46,7 +46,7 @@ Run-time dependencies: Build-time dependencies: * ``gcc`` or ``clang`` -* ``go >= 1.18`` (see :file:`go.mod` for go packages used during building) +* ``go >= 1.19`` (see :file:`go.mod` for go packages used during building) * ``pkg-config`` * For building on Linux in addition to the above dependencies you might also need to install the following packages, if they are not already installed by