From c47a433a403e639f4a2c909d116347378301e075 Mon Sep 17 00:00:00 2001 From: Sergio Salvatore Date: Tue, 5 Jul 2022 18:40:20 -0400 Subject: [PATCH] Build with the Last Three Versions of Go --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7453853..cc04070 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,11 +8,11 @@ jobs: strategy: matrix: os: [macOS-latest, ubuntu-latest] - goversion: [1.13, 1.14, 1.15] + goversion: [1.17, 1.18, 1.19] steps: - name: Set up Go ${{matrix.goversion}} on ${{matrix.os}} - uses: actions/setup-go@v1 + uses: actions/setup-go@v3 with: go-version: ${{matrix.goversion}} id: go