Skip to content

Commit

Permalink
Merge pull request #186 from Real-Dev-Squad/I-183/migrateToAl2023
Browse files Browse the repository at this point in the history
Added a work around to fix the build failing
  • Loading branch information
lakshayman authored Jan 16, 2024
2 parents 1e1120f + e8c5f6f commit 6255ef6
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 6255ef6

Please sign in to comment.