Skip to content

Commit 26d8e83

Browse files
committed
increase minimum go-version for builds
1 parent a46ceb1 commit 26d8e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2626
with:
27-
go-version: '>=1.23.0'
27+
go-version: '>=1.25.0'
2828
cache: false
2929

3030
- name: Build

0 commit comments

Comments
 (0)