fix gh workflow

This commit is contained in:
Mukhtar Akere
2025-10-27 11:49:12 +01:00
parent 2712315108
commit 9f9a85d302
2 changed files with 0 additions and 12 deletions

View File

@@ -18,12 +18,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
cache: true
- name: Calculate beta version - name: Calculate beta version
id: calculate_version id: calculate_version
run: | run: |

View File

@@ -19,12 +19,6 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
cache: true
- name: Get tag name - name: Get tag name
id: get_tag id: get_tag
run: | run: |