Skip to content

Commit da51e10

Browse files
committed
chore(go): bump version 1.24
1 parent 09118c4 commit da51e10

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

go.mod

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

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/fluent/fluent-bit-go v0.0.0-20230731091245-a7a013e2473c

plugin/out_drycc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func FLBPluginInit(ctx unsafe.Pointer) int {
6060
}
6161

6262
//export FLBPluginFlushCtx
63+
//revive:disable:unused-parameter
6364
func FLBPluginFlushCtx(ctx, data unsafe.Pointer, length C.int, _ *C.char) int {
6465
status := output.FLB_OK
6566
context, cancel := context.WithTimeout(context.Background(), time.Second*30)

0 commit comments

Comments
 (0)