Skip to content

Commit 9f9a85d

Browse files
committed
fix gh workflow
1 parent 2712315 commit 9f9a85d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/beta-docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- name: Set up Go
22-
uses: actions/setup-go@v5
23-
with:
24-
go-version: '1.24'
25-
cache: true
26-
2721
- name: Calculate beta version
2822
id: calculate_version
2923
run: |

.github/workflows/release-docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
with:
2020
fetch-depth: 1
2121

22-
- name: Set up Go
23-
uses: actions/setup-go@v5
24-
with:
25-
go-version: '1.24'
26-
cache: true
27-
2822
- name: Get tag name
2923
id: get_tag
3024
run: |

0 commit comments

Comments
 (0)