From 57528853cf2bbfd09dc3dd9f74386416a276a6c1 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..5ac0cd4 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.16, 1.17, 1.18] 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