Skip to content

Commit

Permalink
from main
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr committed Sep 25, 2023
1 parent cd95447 commit c3a3d70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mega-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
repository: jonjohnsonjr/opentofu
ref: statefile
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.1.5
with:
go-version: '1.21'
Expand All @@ -63,7 +62,7 @@ jobs:
path: tf-apko

- working-directory: tf-apko
run: go build .
run: go mod tidy && go build .

# Make cosign/crane CLI available to the tests
- uses: sigstore/cosign-installer@v3.1.1
Expand Down

0 comments on commit c3a3d70

Please sign in to comment.