Skip to content

Commit

Permalink
Update for go 1.24
Browse files Browse the repository at this point in the history
- Update go.mod to require 1.23+
- Update CI to run on go 1.23 & 1.24
  • Loading branch information
fishy committed Feb 14, 2025
1 parent 9a3f681 commit 7a86d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
go-version:
- "1.22"
- "1.23"
- "1.24"

container:
image: golang:${{ matrix.go-version }}
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/reddit/baseplate.go

go 1.22.0
go 1.23

require (
github.com/Shopify/sarama v1.29.1
Expand Down

0 comments on commit 7a86d86

Please sign in to comment.