From 757029de49114e8534c3956f71f87056992f6d73 Mon Sep 17 00:00:00 2001 From: Robin Tang Date: Mon, 21 Oct 2024 11:52:32 -0700 Subject: [PATCH] Update Github actions. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4331fa34..a4f56666 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - go: [1.19.x, 1.x] + go: [1.22.x, 1.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: