Skip to content
Snippets Groups Projects

Refactor deployment

Open Kalin Daskalov requested to merge refactor-deployment into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7 +5,7 @@ include:
variables:
RUNNER_AMD: amd64-docker
DOCKER_FILE: ./deployment/ci/Dockerfile
GO_VERSION: 1.22.3
GO_VERSION: 1.22.4
stages:
- test
Loading