Skip to content

Commit f29b2c8

Browse files
committed
go v1.24
1 parent d6120da commit f29b2c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: "1.22"
21+
go-version: "1.24"
2222

2323
- name: Build
2424
run: ./scripts/build-binary-embed-ui.sh

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: "1.22"
21+
go-version: "1.24"
2222
- name: Build
2323
run: ./scripts/build-binary-embed-ui.sh
2424
- name: Install dependencies

0 commit comments

Comments
 (0)