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] event: [tag, push]
steps: steps:
build: - name: build
image: golang:1.24-alpine image: golang:1.24-alpine
commands: commands:
- apk update - apk update

View file

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

View file

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