Skip to content

Commit

Permalink
ci: update go cache
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 27, 2024
1 parent c3e9def commit 929f63a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- "fork12-pessimistic"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down Expand Up @@ -67,6 +64,11 @@ jobs:
path: cdk
ref: ${{ env.CDK_VERSION }}

- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache-dependency-path: cdk/go.sum

- name: Build cdk image
run: make build-docker
working-directory: ${{ github.workspace }}/cdk
Expand Down

0 comments on commit 929f63a

Please sign in to comment.