This is an automated email from the ASF dual-hosted git repository.

rxl pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new c1395ba  Remove go 1.12
c1395ba is described below

commit c1395ba315779e1617f663de5ae04673ce1b03c0
Author: xiaolong.ran <[email protected]>
AuthorDate: Fri Oct 30 14:27:14 2020 +0800

    Remove go 1.12
    
    Signed-off-by: xiaolong.ran <[email protected]>
---
 .github/workflows/ci-go-functions-test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-go-functions-test.yaml 
b/.github/workflows/ci-go-functions-test.yaml
index c72d396..87bc107 100644
--- a/.github/workflows/ci-go-functions-test.yaml
+++ b/.github/workflows/ci-go-functions-test.yaml
@@ -39,7 +39,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go-version: [1.11, 1.12, 1.13, 1.14]
+        go-version: [1.11, 1.13, 1.14]
     timeout-minutes: 120
 
     steps:

Reply via email to