Skip to content

Commit c2b83d2

Browse files
chore(deps): update dependency go to v1.25.1
1 parent b10b42a commit c2b83d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/superfile-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@v5
3232
with:
33-
go-version: 1.25.0
33+
go-version: 1.25.1
3434

3535
- name: Cache Go modules
3636
uses: actions/cache@v4

.github/workflows/testsuite-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: 1.25.0
25+
go-version: 1.25.1
2626
- name: Build superfile
2727
run: ./build.sh
2828

0 commit comments

Comments
 (0)