Skip to content

Commit

Permalink
chore: bump minimum go to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Evans <[email protected]>
  • Loading branch information
dnwe committed Dec 27, 2024
1 parent 1358013 commit 0131864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x, 1.23.x]
go-version: [1.21.x, 1.23.x]
env:
DEBUG: true
GOFLAGS: -trimpath
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/IBM/sarama

go 1.20
go 1.21

require (
github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit 0131864

Please sign in to comment.