Skip to content

Commit

Permalink
Fix pack acceptance
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <[email protected]>
  • Loading branch information
natalieparellano committed Dec 15, 2022
1 parent a31d64d commit 38f2fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
go-version-file: 'pack/go.mod'
- uses: actions/download-artifact@v2
with:
name: version
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
go-version-file: 'pack/go.mod'
- name: Add runner IP to daemon insecure-registries and firewall
shell: powershell
run: |
Expand Down

0 comments on commit 38f2fd2

Please sign in to comment.