Skip to content

Commit

Permalink
build: bump minimum go version for tests to 1.20 (#97)
Browse files Browse the repository at this point in the history
Go only supports the three last major versions. That means that
Go 1.19 is no longer supported. This removes Go 1.19 from the
set of Go versions that is used for testing, and adds 1.20, 1.21,
and 1.22.
  • Loading branch information
olavloite authored May 31, 2024
1 parent 3251860 commit fca4208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.21.x]
go-version: [1.20.x, 1.21.x, 1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit fca4208

Please sign in to comment.