From 915132d3a1a303673988a84bd05dc4e10c2c7ae0 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Mon, 21 Mar 2022 16:18:55 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04316e0..c163975 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - go: ['1.14', '1.15', '1.16', '1.17', '1.18'] + go: ['1.15', '1.16', '1.17', '1.18'] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v3