diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4e5bb5d..176b0e3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,10 +10,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - - name: Set up Go 1.14 + - name: Set up Go 1.15 uses: actions/setup-go@v1 with: - go-version: 1.14 + go-version: 1.15 id: go - name: Check out code into the Go module directory diff --git a/.travis.yml b/.travis.yml index c26c52d..65a1c0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ go: # - 1.11.x # - 1.12.x # - 1.13.x - - 1.14.x + # - 1.14.x + - 1.15.x # - tip addons: