Skip to content

Commit 293ff13

Browse files
tsubclaude
andcommitted
fix: update Go version to 1.18 to fix golangci-lint failure
golangci-lint 2.11.2 が `-buildvcs` フラグを使用するが、このフラグは Go 1.18 で追加された。 go.mod の Go バージョンを 1.17 から 1.18 に更新することで修正する。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f4a4bd4 commit 293ff13

1 file changed

Lines changed: 1 addition & 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/socialplusjp/datadog-sidekiq
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/DataDog/datadog-go v4.8.3+incompatible

0 commit comments

Comments
 (0)