Skip to content

Commit

Permalink
Go 1.14 (go-kit#966)
Browse files Browse the repository at this point in the history
* Build on Go 1.14

* Remove unnecessary GOPROXY env
  • Loading branch information
sagikazarmark authored Feb 28, 2020
1 parent c0816ab commit 17828f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.13', '1.14.0-rc1']
go: ['1.13', '1.14']
env:
GOFLAGS: -mod=readonly
GOPROXY: https://proxy.golang.org

services:
etcd:
Expand Down

0 comments on commit 17828f3

Please sign in to comment.