Skip to content

Bump github.com/tencentyun/cos-go-sdk-v5 from 0.7.41 to 0.7.43 #379

Bump github.com/tencentyun/cos-go-sdk-v5 from 0.7.41 to 0.7.43

Bump github.com/tencentyun/cos-go-sdk-v5 from 0.7.41 to 0.7.43 #379

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 ./...