From 2a53e6dd64fb36a9ad16211160a02e0017f375cc 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7453853..b63599d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ 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}}