From 9e91a03eaa438d0d077aca5654c7757141536a60 Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Thu, 11 May 2023 11:35:27 -0400 Subject: [PATCH] Update CI (#466) * update ci a bit --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7463f9f7..8dc45c2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,9 @@ jobs: fail-fast: false matrix: go-version: - - 1.18.x + - stable + - 1.20.x + - 1.19.x - 1.17.x - 1.16.x - 1.15.x @@ -18,9 +20,9 @@ jobs: - 1.12.x - 1.11.x steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }}