Skip to content

Commit dd9ee82

Browse files
committed
Remove accidental workflow file and finalize Go-Chi v5 fix
- Remove accidentally added automated-tests.yml workflow - Keep Go 1.24 as intended for CI environment - Maintain Go-Chi v5 module path fix (github.com/go-chi/chi/v5) - All tests pass locally with Go 1.21, CI should work with Go 1.24
1 parent 28edb0f commit dd9ee82

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/workflows/automated-tests.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

go.mod

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

3-
go 1.21
3+
go 1.24
44

55
require (
66
github.com/aws/aws-lambda-go v1.46.0

0 commit comments

Comments
 (0)