diff options
author | Valery Piashchynski <[email protected]> | 2020-10-20 17:18:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-20 17:18:34 +0300 |
commit | 4a3a8a1b94ce7a1ff697aee6c4e8a34e3a736195 (patch) | |
tree | 9f0bb8969ce6a00e79e783407c4e2759e01185f9 /.github | |
parent | 66b445471b1e85f77a40d9f426ac5e8e4baa8de8 (diff) |
Update workflows to go 1.15, remove 1.13
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 61ab40de..585858c1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: php: [7.2, 7.3, 7.4] - go: [1.13, 1.14] + go: [1.14, 1.15] os: [ubuntu-latest] env: GO111MODULE: on |