Skip to content

Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.685 to 1.0.742 #380

Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.685 to 1.0.742

Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.685 to 1.0.742 #380

Workflow file for this run

name: vet
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
vet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.18
check-latest: true
cache: true
- name: Vet
run: go vet ./...
- name: Test
run: go test ./...