Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdiiilham committed Feb 11, 2023
1 parent cc1a9cd commit 0583646
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
- name: Get Secret Values
run: echo ${{ needs.secret.outputs.envfile }} >> app.env

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19

- name: Install golang-migrate
run: go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest

Expand Down

0 comments on commit 0583646

Please sign in to comment.