Skip to content

Commit acddb8d

Browse files
increase minimum Go version
1 parent 64ce83f commit acddb8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: '>=1.20'
23+
go-version: '>=1.24'
2424

2525
- uses: actions/checkout@v4
2626

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/segmentio/stats/v5
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/mdlayher/taskstats v0.0.0-20241219020249-a291fa5f5a69

0 commit comments

Comments
 (0)