Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression from 1.4.60 to 1.4.61 in /v2 #265

build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression from 1.4.60 to 1.4.61 in /v2

build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression from 1.4.60 to 1.4.61 in /v2 #265

Workflow file for this run

name: Go
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "stable"
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
- name: Download DynamoDB Local
working-directory: v2/
run: |
set -e
make local-dynamodb
- name: Test
working-directory: v2/
run: |
go test -v