Skip to content
Snippets Groups Projects

Merge upstream GitLab Shell into Heptapod Shell

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -14,7 +14,7 @@
- if: '$CI_PIPELINE_SOURCE == "web"'
default:
image: golang:1.21
image: golang:1.22
.test:
variables:
@@ -45,7 +45,7 @@
image: golang:${GO_VERSION}
parallel:
matrix:
- GO_VERSION: ["1.21", "1.22"]
- GO_VERSION: ["1.22", "1.23"]
after_script:
- make coverage
coverage: '/\d+.\d+%/'
Loading