Skip to content

build(deps): bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 #576

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

build(deps): bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 #576

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 ./...