Skip to content

Commit

Permalink
Merge pull request #305 from mark4z/fix/ci_go_version
Browse files Browse the repository at this point in the history
Upgrade Go version to 1.15
  • Loading branch information
AlexStocks committed Nov 23, 2021
2 parents 5bef485 + 50eefe4 commit d1930df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ github:
required_status_checks:
strict: true
contexts:
- "ubuntu-latest - Go 1.14"
- "ubuntu-latest - Go 1.15"

notifications:
commits: commits@dubbo.apache.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# If you want to matrix build , you can append the following list.
matrix:
go_version:
- 1.14
- 1.15

os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://golang.org/dl/go1.14.linux-amd64.tar.gz"
goversion: "https://golang.org/dl/go1.15.linux-amd64.tar.gz"
project_path: "./cmd/pixiu"
binary_name: "dubbo-go-pixiu"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
language: go

go:
- "1.14"
- "1.15"
env:
- GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/apache/dubbo-go-pixiu

go 1.14
go 1.15

require (
github.com/alibaba/sentinel-golang v1.0.2
Expand Down

0 comments on commit d1930df

Please sign in to comment.