Skip to content

Commit becb712

Browse files
Update dependency go to v1.24.2
1 parent 007fbfb commit becb712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/lint.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.22.2
24+
go-version: 1.24.2
2525

2626
- name: Install golangci-lint
2727
run: |

β€Ž.github/workflows/test.yamlβ€Ž

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/setup-go@v5
2222
with:
23-
go-version: 1.22.2
23+
go-version: 1.24.2
2424

2525
- name: Install dependencies
2626
run: go mod tidy

0 commit comments

Comments
Β (0)