Update Go version to 1.21.3 and fix CI pipelines
Showing
- .gitlab-ci.yml 11 additions, 46 deletions.gitlab-ci.yml
- .gitlab-ci.yml.old 0 additions, 25 deletions.gitlab-ci.yml.old
- deployment/ci/Dockerfile 1 addition, 1 deletiondeployment/ci/Dockerfile
- deployment/compose/Dockerfile 1 addition, 1 deletiondeployment/compose/Dockerfile
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 9 additions, 0 deletionsgo.sum
.gitlab-ci.yml.old
deleted
100644 → 0
module gitlab.eclipse.org/eclipse/xfsc/tsa/task | ||
go 1.20 | ||
go 1.21 | ||
require ( | ||
github.com/cenkalti/backoff/v4 v4.2.1 | ||
... | ... |
Please register or sign in to comment