File tree Expand file tree Collapse file tree 6 files changed +9
-27
lines changed
Expand file tree Collapse file tree 6 files changed +9
-27
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ Please avoid:
2323## Building the project
2424
2525Prerequisites:
26- - Go 1.13+ for building the binary
27- - Go 1.15+ for running the test suite
26+ - Go 1.16+
2827
2928Build with:
3029* Unix-like systems: ` make `
Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}
1010
1111 steps :
12- - name : Set up Go 1.15
12+ - name : Set up Go 1.16
1313 uses : actions/setup-go@v2
1414 with :
15- go-version : 1.15
15+ go-version : 1.16
1616
1717 - name : Check out code
1818 uses : actions/checkout@v2
2525
2626 - name : Build
2727 run : go build -v ./cmd/gh
28-
29- build-minimum :
30- runs-on : ubuntu-latest
31-
32- steps :
33- - name : Set up Go 1.13
34- uses : actions/setup-go@v2
35- with :
36- go-version : 1.13
37-
38- - name : Check out code
39- uses : actions/checkout@v2
40-
41- - name : Build
42- env :
43- CGO_ENABLED : ' 0'
44- run : go build -v ./cmd/gh
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - name : Set up Go 1.15
19+ - name : Set up Go 1.16
2020 uses : actions/setup-go@v2
2121 with :
22- go-version : 1.15
22+ go-version : 1.16
2323
2424 - name : Check out code
2525 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v2
14- - name : Set up Go 1.15
14+ - name : Set up Go 1.16
1515 uses : actions/setup-go@v2
1616 with :
17- go-version : 1.15
17+ go-version : 1.16
1818 - name : Generate changelog
1919 run : |
2020 echo "GORELEASER_CURRENT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 11# Installation from source
22
3- 0 . Verify that you have Go 1.13 + installed
3+ 0 . Verify that you have Go 1.16 + installed
44
55 ``` sh
66 $ go version
Original file line number Diff line number Diff line change 11module github.com/cli/cli
22
3- go 1.13
3+ go 1.16
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.2.14
You can’t perform that action at this time.
0 commit comments