mirror of
https://github.com/Luzifer/go_helpers.git
synced 2024-12-25 13:31:21 +00:00
Drop support for Go 1.18 in tests
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f46f05de81
commit
98aacbd5ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -9,8 +9,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go_version:
|
go_version:
|
||||||
- '1.18'
|
|
||||||
- '1.19'
|
- '1.19'
|
||||||
|
- '1.20'
|
||||||
- 'latest'
|
- 'latest'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
|
Loading…
Reference in a new issue