Skip to content

Commit

Permalink
Added a work around to fix the build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshayman committed Jan 16, 2024
1 parent ae71810 commit e8c5f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: aws-actions/setup-sam@v1

- name: Build resources
run: sam build --template ${SAM_TEMPLATE} --use-container --debug
run: sam build --template ${SAM_TEMPLATE} --use-container --build-image public.ecr.aws/sam/build-go1.x:1.107.0-20240110194920 --debug

- name: Assume the pipeline user role
env:
Expand Down

0 comments on commit e8c5f6f

Please sign in to comment.