Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.29.2 to 1.29.6 #66

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.29.2 to 1.29.6

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.29.2 to 1.29.6 #66

Workflow file for this run

name: Test
on:
push:
branches:
- master
paths-ignore:
- '*.md'
- 'doc/**'
- 'LICENSE'
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run unit tests
run: make test