diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index afa9fe5..d4ddcd0 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -11,7 +11,7 @@ jobs: - name: Setup go uses: actions/setup-go@v2.1.3 with: - go-version: '1.14.x' + go-version: '1.15.x' - name: Vet run: make vet - name: Test @@ -25,7 +25,7 @@ jobs: - name: Setup go uses: actions/setup-go@v2.1.3 with: - go-version: '1.14.x' + go-version: '1.15.x' - name: Build run: make build diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b930e74..dbd31e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: - name: Setup go uses: actions/setup-go@v2.1.3 with: - go-version: '1.14.x' + go-version: '1.15.x' - name: Create release artifacts run: make release env: