Skip to content

Commit 386f9bf

Browse files
Prachi Shivanand AnurePrachi Shivanand Anure
authored andcommitted
minor canges
1 parent f3cf83e commit 386f9bf

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ jobs:
2323
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
26-
27-
26+
27+
- name: Set up Go
28+
uses: actions/setup-go@v5
29+
with:
30+
check-latest: true
31+
cache: true
32+
2833
- name: Get commit message
2934
id: get_commit
3035
run: |
@@ -55,13 +60,6 @@ jobs:
5560
with:
5661
fetch-depth: 0
5762

58-
- name: Set up Go
59-
uses: actions/setup-go@v5
60-
with:
61-
go-version: "1.24.5"
62-
check-latest: true
63-
cache: true
64-
6563
- name: Install system dependencies (bc + docker)
6664
run: |
6765
sudo apt-get update -qq

0 commit comments

Comments
 (0)