summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlhchavez <[email protected]>2020-02-12 17:07:17 -0800
committerGitHub <[email protected]>2020-02-12 17:07:17 -0800
commitb201c503ab5788b2ce5511fa75792127e27e254c (patch)
tree9cc756d2c5b56dd86566ab866244d231558a9524
parenta5b3de11aec347d2431372afffd7bacb224d8ca3 (diff)
Update .github/workflows/ci.yml
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ab7a9da..d058ec6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [ '1.9', '1.10', '1.11', '1.12' ]
+ go: [ '1.9', '1.10', '1.11', '1.12' , '1.13']
name: Go ${{ matrix.go }}
runs-on: ubuntu-18.04