Skip to content

go.mod: bump github.com/aws/aws-sdk-go-v2/config from 1.25.0 to 1.25.2 #881

go.mod: bump github.com/aws/aws-sdk-go-v2/config from 1.25.0 to 1.25.2

go.mod: bump github.com/aws/aws-sdk-go-v2/config from 1.25.0 to 1.25.2 #881

Workflow file for this run

name: "Dispatch workflows"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/golangci-lint.yml
call-image-push:
name: OCI Distribution Spec
uses: ./.github/workflows/oci-dist-spec-push.yml
needs: call-lint
secrets: inherit
call-image-pull:
name: OCI Distribution Spec
uses: ./.github/workflows/oci-dist-spec-pull.yml
needs: call-lint
secrets: inherit
call-image-content-discovery:
name: OCI Distribution Spec
uses: ./.github/workflows/oci-dist-spec-content-discovery.yml
needs: call-lint
secrets: inherit
call-image-content-management:
name: OCI Distribution Spec
uses: ./.github/workflows/oci-dist-spec-content-management.yml
needs: call-lint
secrets: inherit