mirror of https://github.com/cheat/cheat.git
Merge pull request #678 from chrisallenlane/go-install
Build/CI corrections
This commit is contained in:
commit
ef1da90a77
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.18
|
||||||
|
|
||||||
- name: Set up Revive (linter)
|
- name: Set up Revive (linter)
|
||||||
run: go get -u github.com/boyter/scc github.com/mgechev/revive
|
run: go get -u github.com/boyter/scc github.com/mgechev/revive
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.18
|
||||||
|
|
||||||
- name: Set up Revive (linter)
|
- name: Set up Revive (linter)
|
||||||
run: go get -u github.com/boyter/scc github.com/mgechev/revive
|
run: go get -u github.com/boyter/scc github.com/mgechev/revive
|
||||||
|
|
Loading…
Reference in New Issue