From 1fd28f8b9a4eed9fc5f9036bbdd58d566f3720b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Fet=20R=C3=B8dseth?= Date: Tue, 18 Apr 2023 14:51:18 +0200 Subject: [PATCH] Update CI configuration --- .github/workflows/{test.yml => build.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test.yml => build.yml} (91%) diff --git a/.github/workflows/test.yml b/.github/workflows/build.yml similarity index 91% rename from .github/workflows/test.yml rename to .github/workflows/build.yml index 0c4cd20..9ce98be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x] + go-version: [1.18.x, 1.19.x, 1.20.x] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: @@ -25,7 +25,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.15.x + go-version: 1.18.x - name: Checkout code uses: actions/checkout@v2 - uses: actions/cache@v2