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 95f20d6 commit 984b672Copy full SHA for 984b672
.github/workflows/release.yaml
@@ -16,10 +16,10 @@ jobs:
16
uses: actions/checkout@v3
17
with:
18
fetch-depth: 0
19
- - name: Set up Go 1.22
+ - name: Set up Go 1.24
20
uses: actions/setup-go@v3
21
22
- go-version: "1.22"
+ go-version: "1.24"
23
cache: true
24
- name: Install dependencies
25
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
0 commit comments