diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-02-10 18:36:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 18:36:59 +0100 |
commit | cc59879faa57cac043cf5f1585773b301994bebf (patch) | |
tree | 5a63a4c42e7ddf5830a6451ca808d8f296faa0c6 /.github | |
parent | e64ed0934d68d7022fffbb0e1f764d7fad614719 (diff) |
Version 0.11.1 (#2966)v0.11.1helm-dendrite-0.11.1
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dendrite.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 2dc5f74c..e35ad2ae 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: @@ -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: |