Skip to content

Commit

Permalink
github: Test with go 1.21 and go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Aug 15, 2023
1 parent 74986f3 commit 9065f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Set env
shell: bash
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
tests:
strategy:
matrix:
go: ["1.20", "1.19"]
go: ["1.21", "1.20"]
os: [ubuntu-22.04, windows-2022]

name: Tests / ${{ matrix.os }} / ${{ matrix.go }}
Expand Down

0 comments on commit 9065f1d

Please sign in to comment.