Skip to content

Commit 36a3d38

Browse files
renovate[bot]BuckarooBanzay
authored andcommitted
chore(deps): update dependency go
1 parent 48d7482 commit 36a3d38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/[email protected]
2222
with:
23-
go-version: "1.22"
23+
go-version: "1.24"
2424

2525
- name: Set up nodejs
2626
uses: actions/setup-node@v4

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/[email protected]
1313
with:
14-
go-version: '1.21'
14+
go-version: '1.24'
1515

1616
- name: test
1717
run: go test ./... -coverprofile=profile.cov

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ require (
4949

5050
go 1.22
5151

52-
toolchain go1.22.4
52+
toolchain go1.24.2

0 commit comments

Comments
 (0)