Bump newest version to go 1.21 in tests

This commit is contained in:
Christoph Petrausch
2023-12-14 23:06:01 +01:00
committed by GitHub
parent 9ac285c236
commit eaaecc2d81

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
# Test oldest and newest supported version
go-version: [1.14.x, 1.19.x]
go-version: [1.14.x, 1.21.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: