Skip to content

Commit 93aeb90

Browse files
committed
Update Go in workflow
1 parent ced9ffa commit 93aeb90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

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.23
19+
- name: Set up Go 1.24
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: "1.23"
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

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Go 🧑‍💻
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: "1.23"
40+
go-version: "1.24"
4141

4242
- name: Lint code issues 🚨
4343
uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)