Skip to content

build(deps): bump github.com/aws/aws-sdk-go from 1.44.305 to 1.44.306 #545

build(deps): bump github.com/aws/aws-sdk-go from 1.44.305 to 1.44.306

build(deps): bump github.com/aws/aws-sdk-go from 1.44.305 to 1.44.306 #545

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: |
GOOS=linux go build -v ./...
GOOS=windows go build -v ./...
GOOS=darwin go build -v ./...
- name: Test
run: go test -v ./...