From 00f210770318e42471c097f1f2da4460e58f59c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Tue, 17 Sep 2024 13:29:17 +0300 Subject: [PATCH] .github: bump Go version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/planetscale/vtprotobuf/pull/140 requires >=1.23.0 Signed-off-by: Giedrius Statkevičius --- .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 aaab4cf..324e3cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '^1.19' + go-version: '>=1.23.0' - uses: actions/checkout@v2