Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.10.39 to 1.12.7 #226

build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.10.39 to 1.12.7

build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.10.39 to 1.12.7 #226

Workflow file for this run

name: Checks
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...