Skip to content

Commit

Permalink
Merge pull request #186 from sylabs/dependabot/go_modules/master/gith…
Browse files Browse the repository at this point in the history
…ub.com/magefile/mage-1.13.0

build(deps): bump github.com/magefile/mage from 1.12.1 to 1.13.0
  • Loading branch information
tri-adam committed Mar 17, 2022
2 parents fcd6ec7 + 90aa6ec commit 2af0ccf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
- checkout
- run:
name: Build Source
command: go run mage.go build:source
command: go run ./magefiles/mage.go build:source

unit-test:
parameters:
Expand All @@ -79,7 +79,7 @@ jobs:
- checkout
- run:
name: Run Unit Tests
command: go run mage.go cover:unit cover.out
command: go run ./magefiles/mage.go cover:unit cover.out
- codecov/upload:
file: cover.out

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ To get the siftool CLI program installed to `$(go env GOPATH)/bin` to manipulate
```sh
git clone https://github.com/sylabs/sif
cd sif
go run mage.go install
go run ./magefiles/mage.go install
```

## Go Version Compatibility
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
github.com/google/uuid v1.3.0
github.com/magefile/mage v1.12.1
github.com/magefile/mage v1.13.0
github.com/sebdah/goldie/v2 v2.5.3
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -55,8 +55,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/magefile/mage v1.12.1 h1:oGdAbhIUd6iKamKlDGVtU6XGdy5SgNuCWn7gCTgHDtU=
github.com/magefile/mage v1.12.1/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=
github.com/magefile/mage v1.13.0 h1:XtLJl8bcCM7EFoO8FyH8XK3t7G5hQAeK+i4tq+veT9M=
github.com/magefile/mage v1.13.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=
github.com/matryer/is v1.2.0 h1:92UTHpy8CDwaJ08GqLDzhhuixiBUUD1p3AU6PHddz4A=
github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2af0ccf

Please sign in to comment.