From: Matt Joiner Date: Thu, 14 Sep 2023 12:58:31 +0000 (+1000) Subject: Bump CI 1.19 go versions to 1.21 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=4fb12d06b31b64ea942a300f289e35b5e2547f2b;p=btrtrc.git Bump CI 1.19 go versions to 1.21 --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 19f5d872..36d02b2f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [ '1.19', '1.20' ] + go-version: [ '1.21', '1.20' ] os: [windows-latest, macos-latest, ubuntu-latest] fail-fast: false steps: