Skip to content

Commit

Permalink
Merge pull request #135 from glimchb/ci-mage-action
Browse files Browse the repository at this point in the history
ci: use GitHub Action for Mage
  • Loading branch information
philippgille committed Oct 31, 2023
2 parents 099e3a0 + 34d1052 commit 0ebbc51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: |
git clone --depth 1 --branch v1.13.0 https://github.com/magefile/mage
cd mage
go run bootstrap.go
- uses: magefile/mage-action@v3
with:
version: v1.13.0
install-only: true

- run: |
go version
Expand Down

0 comments on commit 0ebbc51

Please sign in to comment.