Skip to content

Commit 13d63b9

Browse files
authored
unit tests: remove Go 1.14
1 parent 39599a1 commit 13d63b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
go: [1.14, 1.15, 1.16]
10+
go: [1.15, 1.16]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
make_target: [test, vet]
1313

0 commit comments

Comments
 (0)