Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Bump golang from 1.20.5-alpine to 1.21.0-alpine #27

Bump golang from 1.20.5-alpine to 1.21.0-alpine

Bump golang from 1.20.5-alpine to 1.21.0-alpine #27

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Atlas
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- name: Check atlas.sum
run: |
go run -mod=mod ariga.io/atlas/cmd/atlas@v0.5.0 \
migrate validate --dir "file://./internal/storage/persistence/migrations"