From fb5c5998332e1f8a379fa812f75613267572c503 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Wed, 8 Feb 2023 14:21:16 -0800 Subject: [PATCH] Bump default Go version to 1.19 (#3694) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a31064c48a..44b052ca964 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ env: # Path to where test results will be saved. TEST_RESULTS: /tmp/test-results # Default minimum version of Go to support. - DEFAULT_GO_VERSION: 1.18 + DEFAULT_GO_VERSION: 1.19 jobs: lint: runs-on: ubuntu-latest