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: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Go Mod Tidy
run: go mod tidy
- name: Test
run: go build -v && go test ./...