diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-22 21:30:43 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-22 21:30:43 +0000 |
commit | 5f4d2a12a75eb04667c23a9aa2e1810b1fad292e (patch) | |
tree | 37c2e880fae96ba84ae14f672127878edfed1ebb /.github/workflows/ci-build.yml | |
parent | 95f7dabcd6a3867d6a4619c0efa08fdfc3bc270d (diff) | |
parent | e39711cb0db52641d57126fc9b5db7d5b6c5b198 (diff) |
Merge #361
361: Bump golang version in GHA r=48d90782 a=48d90782
Co-authored-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/ci-build.yml')
-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 |