From a7325fc42b92d5a6564f620e86e2ac2d08089a49 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 24 Oct 2020 10:57:55 +0200 Subject: [PATCH] update golang in github actions to 1.15.x --- .github/workflows/integration.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: