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 .