Skip to content

Commit 940564a

Browse files
committed
Downgrade go directive to 1.23 to fix golangci-lint CI compatibility
The CI golangci-lint is built with Go 1.23 and cannot lint modules targeting Go 1.24. Downgrade the go directive to unblock CI.
1 parent 80b6ae5 commit 940564a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gov2/s3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/awsdocs/aws-doc-sdk-examples/gov2/s3
22

3-
go 1.24
3+
go 1.23
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.41.5

gov2/workflows/s3_object_lock/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module s3_object_lock
22

3-
go 1.24
3+
go 1.23
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.41.5

0 commit comments

Comments
 (0)