We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2712315 commit 9f9a85dCopy full SHA for 9f9a85d
.github/workflows/beta-docker.yml
@@ -18,12 +18,6 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
- - name: Set up Go
22
- uses: actions/setup-go@v5
23
- with:
24
- go-version: '1.24'
25
- cache: true
26
-
27
- name: Calculate beta version
28
id: calculate_version
29
run: |
.github/workflows/release-docker.yml
@@ -19,12 +19,6 @@ jobs:
fetch-depth: 1
- name: Get tag name
id: get_tag
30
0 commit comments