This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/3.0 by this push:
new aed128772 upgrade go version to v1.17 (#2221)
aed128772 is described below
commit aed12877298e6088384ad08f6ed11c2645b45ea3
Author: tiltwind(斜风) <[email protected]>
AuthorDate: Thu Feb 23 19:49:40 2023 +0800
upgrade go version to v1.17 (#2221)
---
.github/workflows/github-actions.yml | 2 +-
.github/workflows/golangci-lint.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/github-actions.yml
b/.github/workflows/github-actions.yml
index 84ca3c100..e35d59c92 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -17,7 +17,7 @@ jobs:
# If you want to matrix build , you can append the following list.
matrix:
go_version:
- - 1.15
+ - 1.17
os:
- ubuntu-latest
diff --git a/.github/workflows/golangci-lint.yml
b/.github/workflows/golangci-lint.yml
index 1880860e9..aa47ecd4a 100644
--- a/.github/workflows/golangci-lint.yml
+++ b/.github/workflows/golangci-lint.yml
@@ -18,11 +18,11 @@ jobs:
strategy:
matrix:
golang:
- - 1.15
+ - 1.17
steps:
- uses: actions/setup-go@v3
with:
- go-version: 1.15
+ go-version: 1.17
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/[email protected]