Below you will find pages that utilize the taxonomy term “mscno”
March 30, 2024
Setup goose
Version updated for mscno/setup-goose to version v1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes GitHub Action to install and setup goose This github actions installs and sets up the Goose migration tool binary.
Example usage name: Migrate on: push: branches: ['main'] jobs: migrate: name: Migrate runs-on: ubuntu-latest steps: - uses: actions/setup-go@v5 with: go-version: '1.20.x' - uses: actions/checkout@v3 - uses: mscno/setup-goose@v1 - run: goose up That’s it!