Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
module github.com/chatwork/kibertas

// The minimum Go version required to build this project
go 1.25.0

// A hint for setup-go action on CI to pick the Go version used to build
// not only this project but also the karpenter's ko tool used in tests via setup-ko action.
// Ensure this is greater than or equal to the 'go' version in
// https://github.com/kubernetes-sigs/karpenter/blob/main/go.mod#L3
toolchain go1.25.3

require (
github.com/DataDog/datadog-api-client-go/v2 v2.30.0
github.com/aws/aws-sdk-go-v2 v1.39.2
Expand Down