From 38060801ec5e69eaf74a373d154e17e46a5d3488 Mon Sep 17 00:00:00 2001 From: Sirish Bathina Date: Wed, 14 Oct 2020 10:53:50 -1000 Subject: [PATCH] Change go version, remove dep (#5) --- .github/workflows/go.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d31e87f..e828a30 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,20 +16,12 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.13 + go-version: ^1.14 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Get dependencies - run: | - go get -v -t -d ./... - if [ -f Gopkg.toml ]; then - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - dep ensure - fi - - name: Build run: go build -v .