From a7dbcd55f3c530a9954c28c807f0d94a5a0f41eb Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 22 Sep 2020 11:39:27 +0300 Subject: Bump golang version in GHA --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From e39711cb0db52641d57126fc9b5db7d5b6c5b198 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 23 Sep 2020 00:29:34 +0300 Subject: correct bors build --- bors.toml | 6 +++--- service/reload/213977608/file.txt | 0 service/reload/423382903/file.txt | 0 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100755 service/reload/213977608/file.txt delete mode 100755 service/reload/423382903/file.txt diff --git a/bors.toml b/bors.toml index cedaffb2..6dbbcaee 100644 --- a/bors.toml +++ b/bors.toml @@ -1,9 +1,9 @@ status = [ -'Build (PHP 7.2, Go 1.13, OS ubuntu-latest)', +'Build (PHP 7.2, Go 1.15, OS ubuntu-latest)', 'Build (PHP 7.2, Go 1.14, OS ubuntu-latest)', -'Build (PHP 7.3, Go 1.13, OS ubuntu-latest)', +'Build (PHP 7.3, Go 1.15, OS ubuntu-latest)', 'Build (PHP 7.3, Go 1.14, OS ubuntu-latest)', -'Build (PHP 7.4, Go 1.13, OS ubuntu-latest)', +'Build (PHP 7.4, Go 1.15, OS ubuntu-latest)', 'Build (PHP 7.4, Go 1.14, OS ubuntu-latest)', 'runner / golangci-lint', 'Build docker image',] diff --git a/service/reload/213977608/file.txt b/service/reload/213977608/file.txt deleted file mode 100755 index e69de29b..00000000 diff --git a/service/reload/423382903/file.txt b/service/reload/423382903/file.txt deleted file mode 100755 index e69de29b..00000000 -- cgit v1.2.3