Skip to content

Commit 7351035

Browse files
jorgenptdanbrakeley
authored andcommitted
Run tests with minimum required go version
This should help catch issues when minimum version is accidentally bumped.
1 parent 8f1e5aa commit 7351035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: [ubuntu-22.04, windows-2019]
8-
go-ver: ["1.20"]
8+
go-ver: ["1.19"]
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)