diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bf842366..6709e5a7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ 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