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 6ba0156 Remove go 1.11
6ba0156 is described below
commit 6ba0156d1cc2ba31cfcbfe3e96d7d794ad7b27d9
Author: xiaolong.ran <[email protected]>
AuthorDate: Fri Oct 30 15:38:47 2020 +0800
Remove go 1.11
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 87bc107..4840c7c 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.13, 1.14]
+ go-version: [1.13, 1.14]
timeout-minutes: 120
steps: