Upgrading to Go 1.16 and golangci-lint 1.39 (#667)

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
This commit is contained in:
Phil Kedy 2021-04-05 20:43:18 -04:00 committed by GitHub
parent bd907a68f2
commit 076912e72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/dapr/cli
go 1.15
go 1.16
require (
github.com/Pallinder/sillyname-go v0.0.0-20130730142914-97aeae9e6ba1