Skip to content

Commit fecf5f3

Browse files
committed
pipeline: fix shopware-cli & go version
1 parent 93c2fdb commit fecf5f3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/archive.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818

19-
- uses: actions/setup-go@v4
19+
- uses: actions/setup-go@v5
20+
with:
21+
go-version: "1.23"
22+
cache: true
23+
check-latest: true
2024

21-
- run: go install github.com/FriendsOfShopware/shopware-cli@latest
25+
- run: go install github.com/FriendsOfShopware/shopware-cli@0.4.59
2226

2327
- uses: actions/setup-node@v3
2428
with:

0 commit comments

Comments
 (0)