-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: upgrade go version to 1.21.5 (#13973)
also upgrade golangci-lint, but it report this error <img width="654" alt="image" src="https://github.com/matrixorigin/matrixone/assets/22561920/32394ad9-934a-478b-ab2b-24b0ad5ce807"> open issue: #13983 Approved by: @zhangxu19830126, @sukki37
- Loading branch information
1 parent
f66efc0
commit 594ad8b
Showing
14 changed files
with
43 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,18 +95,6 @@ jobs: | |
uri_notice: ${{ secrets.DOCU_GROUP_HOOK }} | ||
name_label: "doc influence" | ||
mentions: "Prinz,DengNan" | ||
|
||
auto-to-project: | ||
runs-on: ubuntu-latest | ||
if: github.event_name == 'issues' && github.event.action == 'opened' | ||
steps: | ||
- name: Add Issue To GitHub Project | ||
uses: actions/[email protected] | ||
with: | ||
project-url: https://github.com/orgs/matrixorigin/projects/13/views/1 | ||
github-token: ${{ secrets.TOKEN_ACTION }} | ||
labeled: kind/bug,kind/docs,kind/enhancement,kind/feature,kind/questions,kind/performance,kind/refactoring,kind/subtask | ||
label-operator: OR | ||
|
||
nightly-check: | ||
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} | ||
|
@@ -117,10 +105,9 @@ jobs: | |
fetch-depth: '3' | ||
path: ./matrixone | ||
- name: Set up Go | ||
uses: actions/setup-go@v4 | ||
uses: ./matrixone/.github/actions/setup_env | ||
with: | ||
go-version: '1.20' | ||
cache: true | ||
cache: false | ||
- name: Set Variables | ||
run: | | ||
echo "ut_report='UT-Report.out'" >> $GITHUB_ENV | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -201,7 +201,7 @@ fmt: | |
|
||
.PHONY: install-static-check-tools | ||
install-static-check-tools: | ||
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $(GOPATH)/bin v1.52.2 | ||
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $(GOPATH)/bin v1.55.2 | ||
@go install github.com/matrixorigin/linter/cmd/molint@latest | ||
@go install github.com/apache/skywalking-eyes/cmd/[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM matrixorigin/tester:go1.20-jdk8 | ||
FROM matrixorigin/tester:go1.21.5-jdk8 | ||
|
||
WORKDIR / | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters