Skip to content

Commit c053b63

Browse files
Update dependency go to v1.25.2 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fe3c29 commit c053b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: "1.25.1"
22+
go-version: "1.25.2"
2323
- name: Cache Go modules
2424
uses: actions/cache@v4
2525
with:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@v6
5353
with:
54-
go-version: "1.25.1"
54+
go-version: "1.25.2"
5555
- name: Run golangci-lint
5656
uses: golangci/golangci-lint-action@v8
5757
with:

0 commit comments

Comments
 (0)