diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b74d1af..3165bf1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-go@v1 with: - go-version: '1.12.10' # The Go version to download (if necessary) and use. + go-version: '1.15.6' # The Go version to download (if necessary) and use. - name: ci run: make ci BUILD=local - name: hub login