From c28e28dfb5ae972174637ca14d5b5ddb2b4d7bff Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:20:21 +0100 Subject: [PATCH] Add Go 1.20.0 to testing matrix --- .github/workflows/dendrite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 2dc5f74c0..e0112b00b 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -130,7 +130,7 @@ jobs: strategy: fail-fast: false matrix: - go: ["1.18", "1.19"] + go: ["1.18", "1.19", "1.20.0"] goos: ["linux"] goarch: ["amd64", "386"] steps: @@ -138,7 +138,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: ${{ matrix.go }} + go-version: ${{ matrix.go }}go - uses: actions/cache@v3 with: path: | @@ -164,7 +164,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.18", "1.19"] + go: ["1.18", "1.19", "1.20.0"] goos: ["windows"] goarch: ["amd64"] steps: