Bump newest version to go 1.21 in tests

This commit is contained in:
Christoph Petrausch
2024-02-05 21:04:52 +01:00
committed by Christian Schneider
parent a963576416
commit 70de9d66d7
+1 -1
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: