diff options
author | Valery Piashchynski <[email protected]> | 2020-09-22 11:39:27 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-09-22 11:39:27 +0300 |
commit | a7dbcd55f3c530a9954c28c807f0d94a5a0f41eb (patch) | |
tree | 6201e0c7b5b1632d32eb0ce2bcd3bd385ca05017 /.github/workflows | |
parent | 95f7dabcd6a3867d6a4619c0efa08fdfc3bc270d (diff) |
Bump golang version in GHA
Diffstat (limited to '.github/workflows')
-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 c85aa6c9..4e2dc069 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 |