Add Go 1.20 support

This commit is contained in:
Oscar Tovar 2023-05-06 01:56:00 +00:00 committed by Stan Hu
parent aff31cf90d
commit de3bd7ec56
4 changed files with 22 additions and 10 deletions

View file

@ -26,7 +26,7 @@ gitlab:
RUBY: ['2.7.patched', '3.0.patched', '3.1.patched', '3.2.patched']
GIT: ['2.36']
POSTGRESQL: ['12', '13', '14', '15']
GOLANG: ['1.18', '1.19']
GOLANG: ['1.19', '1.20']
RUST: ['1.65']
NODE: ['16.14', '18.12']
CHROME: ['109']
@ -73,11 +73,11 @@ gitlab-workhorse:
matrix:
- OS: ['debian:bullseye']
RUBY: ['2.7', '3.0', '3.1', '3.2']
GOLANG: ['1.18', '1.19']
GOLANG: ['1.19', '1.20']
RUST: ['1.65']
GIT: ['2.36']
- OS: ['ubi:8.6']
RUBY: ['2.7', '3.0', '3.1', '3.2']
GOLANG: ['1.18', '1.19']
GOLANG: ['1.19', '1.20']
RUST: ['1.65']
GIT: ['2.36']