Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/docdb from 1.9.0 to 1.23.5 #304

Bump github.com/aws/aws-sdk-go-v2/service/docdb from 1.9.0 to 1.23.5

Bump github.com/aws/aws-sdk-go-v2/service/docdb from 1.9.0 to 1.23.5 #304

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@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Go Mod Tidy
run: go mod tidy
- name: Test
run: go build -v && go test ./...