Skip to content

build(deps): bump github.com/aliyun/alibaba-cloud-sdk-go from 1.61.1247 to 1.62.526 #177

build(deps): bump github.com/aliyun/alibaba-cloud-sdk-go from 1.61.1247 to 1.62.526

build(deps): bump github.com/aliyun/alibaba-cloud-sdk-go from 1.61.1247 to 1.62.526 #177

Workflow file for this run

name: linter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
linter:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tool_name: golangci-lint