Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.274 to 1.45.2 #283

Bump github.com/aws/aws-sdk-go from 1.44.274 to 1.45.2

Bump github.com/aws/aws-sdk-go from 1.44.274 to 1.45.2 #283

Workflow file for this run

name: Go
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: 1.20.1
- name: Check out code into the Go module directory
uses: actions/[email protected]
- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Build
run: go build -v .
- name: Test
run: go test -v ./...