Skip to content

Bump the aws-sdk group with 2 updates #96

Bump the aws-sdk group with 2 updates

Bump the aws-sdk group with 2 updates #96

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [linux, darwin, windows]
arch: [amd64, arm64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Build
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
CGO_ENABLED: '0' # disable linking of glibc
run: go build -C './cmd/cleanup-ecr'