Skip to content

Commit ecd202b

Browse files
Retry CI 4
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 163910d commit ecd202b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup go
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: '1.22'
29+
go-version: '1.24'
3030
- name: Go Version
3131
run: go version
3232
- name: Setup Node

.github/workflows/deploy-dev.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
with:
3030
go-version: '1.24'
3131

32-
- name: Clear Go Build Cache
33-
run: go clean -cache -modcache -i -r
34-
3532
- name: Go Version
3633
run: go version
3734

0 commit comments

Comments
 (0)