From 61faec0003e2947cdde7363e3a2aa467c7508240 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Wed, 24 Jan 2024 17:38:52 +0530 Subject: [PATCH] Update Go workflow tests. --- .github/workflows/go-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 42c503e..9799a57 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -7,16 +7,16 @@ jobs: test: strategy: matrix: - go: ["1.13", "1.14", "1.15", "1.16"] + go: ["1.21", "1.20", "1.18", "1.19"] runs-on: ubuntu-20.04 name: Go ${{ matrix.go }} Tests steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }}