Skip to content

fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.18.45 #92

fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.18.45

fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.18.45 #92

Workflow file for this run

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