Skip to content

chore(deps): bump github.com/cloudwego/kitex from 0.5.2 to 0.7.1 #611

chore(deps): bump github.com/cloudwego/kitex from 0.5.2 to 0.7.1

chore(deps): bump github.com/cloudwego/kitex from 0.5.2 to 0.7.1 #611

Workflow file for this run

name: Tests
on: [ push, pull_request ]
jobs:
CI:
runs-on: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- run: |
docker pull mongo:latest
docker pull mysql:latest
docker pull redis:latest
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Unit Test
run: go test ./...