Skip to content

Commit

Permalink
chore: integration test use go 1.20 to solve the compatibility issue …
Browse files Browse the repository at this point in the history
…of offical gRPC in kitex-tests repo
  • Loading branch information
YangruiEmma committed Jun 6, 2024
1 parent 188eeba commit 88798ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.20'
- name: Unit Test
run: go test -gcflags=-l -race -covermode=atomic -coverprofile=coverage.txt ./...
- name: Scenario Tests
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.18'
- name: Benchmark
run: go test -gcflags='all=-N -l' -bench=. -benchmem -run=none ./...

Expand All @@ -57,7 +57,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.19'
- name: Prepare
run: |
go install github.com/cloudwego/thriftgo@main
Expand Down

0 comments on commit 88798ab

Please sign in to comment.