Skip to content

Commit

Permalink
Merge pull request #113 from auth0/CLI-30
Browse files Browse the repository at this point in the history
fix: allow downloading any quickstart
  • Loading branch information
Widcket authored Feb 27, 2021
2 parents 425fc9d + 7433355 commit 6c5177d
Show file tree
Hide file tree
Showing 5 changed files with 459 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Install golanglint-ci
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.1

- name: ci
run: PATH=$(go env GOPATH)/bin:$PATH make ci
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow

- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16

- name: Run GoReleaser
uses: goreleaser/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/auth0/auth0-cli

go 1.14
go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.2.7
Expand Down
Loading

0 comments on commit 6c5177d

Please sign in to comment.