Skip to content

Commit 7a30558

Browse files
chore: update repo by service bot (#36)
Co-authored-by: service-bot-app[bot] <service-bot-app[bot]@users.noreply.github.com>
1 parent 37a7343 commit 7a30558

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ queue:
1818
global_job_config:
1919
prologue:
2020
commands:
21-
- sem-version go 1.24.5
21+
- sem-version go 1.24.6
2222
- export "GOPATH=$(go env GOPATH)"
2323
- export "SEMAPHORE_GIT_DIR=${GOPATH}/src/github.com/confluentinc/${SEMAPHORE_PROJECT_NAME}"
2424
- export "PATH=${GOPATH}/bin:${PATH}"

go.mod

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

3-
go 1.24.5
3+
go 1.24.6
44

55
require (
66
github.com/IBM/sarama v1.45.2

service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kcp
22
lang: go
3-
lang_version: 1.24.5
3+
lang_version: 1.24.6
44
git:
55
enable: true
66
codeowners:

0 commit comments

Comments
 (0)