Skip to content

Commit

Permalink
Start using setup-go
Browse files Browse the repository at this point in the history
This provides dependency caching.

Signed-off-by: Dan Urson <dan.urson@cresta.ai>
  • Loading branch information
notdurson committed Dec 30, 2024
1 parent c405f76 commit 71a35fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
with:
dockerfile: "Dockerfile"

- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0

- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
with:
Expand Down

0 comments on commit 71a35fe

Please sign in to comment.