1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 06:14:21 +00:00

Drop support for Go 1.18 in tests

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-03-18 15:38:40 +01:00
parent f46f05de81
commit 98aacbd5ad
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5

View file

@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
go_version:
- '1.18'
- '1.19'
- '1.20'
- 'latest'
defaults: