Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.28.1 to 1.28.2 #251

Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.28.1 to 1.28.2

Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.28.1 to 1.28.2 #251

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.19.1"
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v3
- name: Build
run: make