build: switch to Go 1.20 for building

We still support Go 1.19.
This commit is contained in:
Vincent Bernat
2023-04-05 09:39:13 +02:00
parent be8b6e54c2
commit b57e9edbcc
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ stages:
run tests:
stage: tests
image: golang:1.19-alpine
image: golang:1.20-alpine
cache:
- key:
files:

View File

@@ -10,7 +10,7 @@
deps = [
pkgs.curl
pkgs.git
pkgs.go_1_19
pkgs.go_1_20
pkgs.nodejs-16_x
];
in