Skip to content

Commit

Permalink
pipeline: fix shopware-cli & go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Nov 28, 2024
1 parent 93c2fdb commit fecf5f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
cache: true
check-latest: true

- run: go install github.com/FriendsOfShopware/shopware-cli@latest
- run: go install github.com/FriendsOfShopware/shopware-cli@0.4.59

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit fecf5f3

Please sign in to comment.