Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.36.2 to 1.38.0 in /k8s-test-runner #821

Bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.36.2 to 1.38.0 in /k8s-test-runner

Bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.36.2 to 1.38.0 in /k8s-test-runner #821

Workflow file for this run

name: Module graph
on:
pull_request:
jobs:
modgraph:
runs-on: ubuntu-latest
name: modgraph
steps:
- name: Checkout the Repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Go
uses: actions/setup-go@v5
- run: make modgraph
- name: Ensure clean modgraph
run: git diff --minimal --exit-code