Skip to content

build(deps): bump ariga.io/atlas-go-sdk from 0.2.1 to 0.2.2 #52

build(deps): bump ariga.io/atlas-go-sdk from 0.2.1 to 0.2.2

build(deps): bump ariga.io/atlas-go-sdk from 0.2.1 to 0.2.2 #52

Workflow file for this run

---
name: test
on:
- push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --enable-all --timeout 10m
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: extractions/setup-just@v1
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- run: curl -sSf 'https://atlasgo.sh?test=1' | env ATLAS_DEBUG=true sh
- run: docker compose up --wait
- run: atlas migrate apply --env local
- run: go run cmd/cli/main.go