Skip to content

Commit 0131864

Browse files
committed
chore: bump minimum go to 1.21
Signed-off-by: Dominic Evans <[email protected]>
1 parent 1358013 commit 0131864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
go-version: [1.20.x, 1.23.x]
49+
go-version: [1.21.x, 1.23.x]
5050
env:
5151
DEBUG: true
5252
GOFLAGS: -trimpath

go.mod

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

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/davecgh/go-spew v1.1.1

0 commit comments

Comments
 (0)