Skip to content

Commit 01d03b5

Browse files
chore(deps): update dependency go to v1.25.2
1 parent 31484ba commit 01d03b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@master
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.23.1'
15+
go-version: '1.25.2'
1616

1717
- name: Unit tests
1818
run: go test -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@master
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.23.1'
15+
go-version: '1.25.2'
1616

1717
- name: Unit tests
1818
run: go test -v ./...

0 commit comments

Comments
 (0)