mirror of https://github.com/dapr/cli.git
Upgrading to Go 1.16 and golangci-lint 1.39 (#667)
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
This commit is contained in:
parent
bd907a68f2
commit
076912e72f
|
@ -21,8 +21,8 @@ jobs:
|
|||
name: Build ${{ matrix.target_os }}_${{ matrix.target_arch }} binaries
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
GOVER: 1.15
|
||||
GOLANG_CI_LINT_VER: v1.31
|
||||
GOVER: 1.16
|
||||
GOLANG_CI_LINT_VER: v1.39
|
||||
GOOS: ${{ matrix.target_os }}
|
||||
GOARCH: ${{ matrix.target_arch }}
|
||||
GOPROXY: https://proxy.golang.org
|
||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
name: Run Self-Hosted E2E tests in ${{ matrix.target_os }}_${{ matrix.target_arch }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
GOVER: 1.15
|
||||
GOVER: 1.16
|
||||
GOOS: ${{ matrix.target_os }}
|
||||
GOARCH: ${{ matrix.target_arch }}
|
||||
GOPROXY: https://proxy.golang.org
|
||||
|
|
|
@ -7,7 +7,7 @@ This document helps you get started developing Dapr CLI. If you find any problem
|
|||
|
||||
### Linux and MacOS
|
||||
|
||||
1. The Go language environment `1.15` [(instructions)](https://golang.org/doc/install#tarball).
|
||||
1. The Go language environment `1.16` [(instructions)](https://golang.org/doc/install#tarball).
|
||||
* Make sure that your GOPATH and PATH are configured correctly
|
||||
```bash
|
||||
export GOPATH=~/go
|
||||
|
|
Loading…
Reference in New Issue