Skip to content

Commit 4b91c75

Browse files
authored
chore: upgrade golang to 1.24.3 and nodejs to 22.x (#483)
1 parent 222a847 commit 4b91c75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: v21.1.0
22+
node-version: "22"
2323
cache: "npm"
2424
cache-dependency-path: "**/package-lock.json"
2525
- name: Set up Golang
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version: "1.24.0"
28+
go-version: "1.24.3"
2929
- name: Build frontend
3030
run: |
3131
make frontend

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Go
2727
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
2828
with:
29-
go-version: 1.24.x
29+
go-version: 1.24.3
3030
- name: Create empty resource directory
3131
run: |
3232
mkdir -p static && touch static/.gitkeep

.github/workflows/smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Set up Golang
107107
uses: actions/setup-go@v4
108108
with:
109-
go-version: "1.24.0"
109+
go-version: "1.24.3"
110110
- name: Golang Test Report
111111
uses: becheran/[email protected]
112112
with:

0 commit comments

Comments
 (0)