Skip to content

chore(deps): bump github.com/qiniu/go-sdk/v7 from 7.20.0 to 7.21.1 #586

chore(deps): bump github.com/qiniu/go-sdk/v7 from 7.20.0 to 7.21.1

chore(deps): bump github.com/qiniu/go-sdk/v7 from 7.20.0 to 7.21.1 #586

Workflow file for this run

name: Go Lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54