Skip to content

Commit 6cb38f3

Browse files
vedant-jaiswalVedant Jaiswalsimonmarty
authored
Update go version (#128)
*Issue #, if available:* *Description of changes:* Updating Go version to 1.24 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Signed-off-by: Simon Marty <simon.marty0@gmail.com> Co-authored-by: Vedant Jaiswal <vedjasy@amazon.com> Co-authored-by: Simon Marty <simon.marty0@gmail.com>
1 parent 8bf0ef6 commit 6cb38f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: "1.25"
22+
go-version: "1.24"
2323

2424
- name: Build
2525
run: go build -v ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/aws-secretsmanager-caching-go/v2
22

3-
go 1.25
3+
go 1.24
44

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

0 commit comments

Comments
 (0)