summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@users.noreply.github.com>2020-09-26 00:03:29 -0400
committerGitHub <noreply@github.com>2020-09-26 00:03:29 -0400
commit92bcd30467f65d90503550cf24b4e54dd4116b7e (patch)
treed76e0a6fcfdcb49b2e83456863327f9e72bc1d50
parent7da7e2d1f17506d2fbeb62c1f6bdfc6f6dc6ca50 (diff)
parent62d2c64dc6c7bb96dc3d886f568e2fd20df7bbbe (diff)
Merge pull request #321 from gliptak/patch-3
Bring Go current for GH build
-rw-r--r--.github/workflows/pipeline.yml6
1 files 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