Skip to content

Commit 799ade6

Browse files
committed
fix critical vulnerabilities due to go version 1.17
1 parent 2511046 commit 799ade6

7 files changed

+2
-2
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.17
1+
golang 1.23.2

bin/aws-env-darwin-amd64

949 KB
Binary file not shown.

bin/aws-env-linux-386

1.4 MB
Binary file not shown.

bin/aws-env-linux-amd64

839 KB
Binary file not shown.

bin/aws-env-windows-386

1.44 MB
Binary file not shown.

bin/aws-env-windows-amd64

961 KB
Binary file not shown.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/edennis/aws-env
22

3-
go 1.17
3+
go 1.23.2
44

55
require github.com/aws/aws-sdk-go v1.44.20
66

0 commit comments

Comments
 (0)