Skip to content

Bump github.com/aws/aws-sdk-go from 1.49.14 to 1.51.11 in /v2 #911

Bump github.com/aws/aws-sdk-go from 1.49.14 to 1.51.11 in /v2

Bump github.com/aws/aws-sdk-go from 1.49.14 to 1.51.11 in /v2 #911

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...