Skip to content

chore(deps): bump aws-actions/configure-aws-credentials from 6.2.0 to 6.2.1 #7591

chore(deps): bump aws-actions/configure-aws-credentials from 6.2.0 to 6.2.1

chore(deps): bump aws-actions/configure-aws-credentials from 6.2.0 to 6.2.1 #7591

Workflow file for this run

name: Check for go mod changes
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
validate-go-mod:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup golang
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- name: Test go mod
run: |
go mod tidy
git diff --exit-code go.mod go.sum