Skip to content

Commit 984b672

Browse files
committed
Update Go in workflow
1 parent 95f20d6 commit 984b672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19-
- name: Set up Go 1.22
19+
- name: Set up Go 1.24
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: "1.22"
22+
go-version: "1.24"
2323
cache: true
2424
- name: Install dependencies
2525
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu

0 commit comments

Comments
 (0)