Core system #1

Merged
qpismont merged 8 commits from core into main 2025-02-26 21:24:55 +01:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit e9942a45ed - Show all commits

View file

@ -2,7 +2,7 @@ when:
event: [tag, push]
steps:
build:
- name: build
image: golang:1.24-alpine
commands:
- apk update

View file

@ -2,8 +2,8 @@ when:
event: [tag, push]
steps:
lint:
image: golang:1.23-alpine
- name: lint
image: golang:1.24-alpine
commands:
- apk update
- apk add bash curl jq

View file

@ -2,7 +2,7 @@ when:
event: [tag, push]
steps:
tests:
- name: tests
image: golang:1.24-alpine
environment:
TEST_DB_HOST: db