Skip to content

Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.15 to 1.11.70 #144

Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.15 to 1.11.70

Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.15 to 1.11.70 #144

Workflow file for this run

name: Test
on:
push:
branches:
- master
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
strategy:
matrix:
go:
- 1.16
- 1.17
- 1.18
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build & Test
run: |
go test -race ./...
env:
TZ: "Asia/Tokyo"