From 4da0d05bd5f86ff0d7ca2afda7c4527c92baf185 Mon Sep 17 00:00:00 2001 From: Abhinav Dangeti Date: Tue, 17 Dec 2024 10:35:31 -0700 Subject: [PATCH] Update workflows --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b8a70ef5c..e0db47ee1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - go-version: [1.16.x, 1.17.x, 1.18.x] + go-version: [1.20.x, 1.21.x, 1.22.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: