From 62d2c64dc6c7bb96dc3d886f568e2fd20df7bbbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Fri, 25 Sep 2020 16:17:34 -0400 Subject: [PATCH] Bring Go current for GH build --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index af9f49f..e7e2b6c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -9,7 +9,7 @@ jobs: unit-test: strategy: matrix: - go-version: [1.12.x, 1.13.x] + go-version: [1.14.x, 1.15.x] # todo: support windows platform: [ubuntu-latest, macos-latest] # platform: [ubuntu-latest, macos-latest, windows-latest] @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/setup-go@v1 with: - go-version: '1.13.x' + go-version: '1.15.x' - uses: actions/checkout@v1 @@ -143,7 +143,7 @@ jobs: - uses: actions/setup-go@v1 with: - go-version: '1.13.x' + go-version: '1.15.x' - uses: actions/checkout@v1