Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.30.6 to 1.32.0 #130

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.30.6 to 1.32.0

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.30.6 to 1.32.0 #130

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"