Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit adce536

Browse files
Update dependency go to 1.25
1 parent 01af8cd commit adce536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ddnsb0t.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.16
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.16
15+
go-version: 1.25
1616
id: go
1717

1818
- name: Check out code into the Go module directory

.github/workflows/function.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go 1.16
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.16
17+
go-version: 1.25
1818
id: go
1919

2020
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)