Skip to content

Bump github.com/chanzuckerberg/aws-oidc from 0.28.23 to 0.28.24 #2604

Bump github.com/chanzuckerberg/aws-oidc from 0.28.23 to 0.28.24

Bump github.com/chanzuckerberg/aws-oidc from 0.28.23 to 0.28.24 #2604

Workflow file for this run

on: push
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- check-mod
- lint-ci
- test-ci
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Install dependencies
run: make setup
- name: make ${{ matrix.target }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make ${{ matrix.target }}