-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
2,327 additions
and
2,005 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.20.x' | ||
go-version: "1.21.x" | ||
|
||
# Generate go.sum needed for linting. | ||
- name: Generate go.sum | ||
|
@@ -106,7 +106,7 @@ jobs: | |
uses: golangci/[email protected] | ||
with: | ||
# NOTE: The version must be specified without the patch version. | ||
version: v1.51.2 | ||
version: v1.54.2 | ||
working-directory: examples/${{ matrix.example }} | ||
|
||
- name: Build ${{ matrix.example }} | ||
|
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 |
---|---|---|
|
@@ -58,13 +58,13 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.20.x' | ||
go-version: "1.21.x" | ||
|
||
- name: Lint Go client-sdk | ||
uses: golangci/[email protected] | ||
with: | ||
# NOTE: The version must be specified without the patch version. | ||
version: v1.51.2 | ||
version: v1.54.2 | ||
working-directory: client-sdk/go | ||
|
||
lint-go-tests-e2e: | ||
|
@@ -97,13 +97,13 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: "1.20.x" | ||
go-version: "1.21.x" | ||
|
||
- name: Lint E2E tests | ||
uses: golangci/[email protected] | ||
with: | ||
# NOTE: The version must be specified without the patch version. | ||
version: v1.51.2 | ||
version: v1.54.2 | ||
working-directory: tests/e2e | ||
|
||
lint-go-reflect: | ||
|
@@ -116,13 +116,13 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.20.x' | ||
go-version: "1.21.x" | ||
|
||
- name: Lint reflect-go | ||
uses: golangci/[email protected] | ||
with: | ||
# NOTE: The version must be specified without the patch version. | ||
version: v1.51.2 | ||
version: v1.54.2 | ||
working-directory: client-sdk/ts-web/core/reflect-go | ||
|
||
lint-ts-web: | ||
|
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
Oops, something went wrong.