Skip to content

Commit

Permalink
ci: use GitHub Action for Mage
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
  • Loading branch information
glimchb committed Oct 23, 2023
1 parent 99127de commit 34d1052
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 34d1052

Please # to comment.