diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 33aaded3..e65dd5ea 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: 1.14.x + go-version: 1.15.x - name: Check out code into the Go module directory uses: actions/checkout@v2