Update to Go convention and use same version defined in GitHub enviro… (#18348)

This commit is contained in:
Luke Heath
2024-04-16 16:05:37 -05:00
committed by GitHub
parent 2518df22f0
commit 3ef4358133
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/fleetdm/fleet/terraform/addons/monitoring/lambda
go 1.21.1
go 1.21.7
require (
github.com/aws/aws-lambda-go v1.41.0
+1 -1
View File
@@ -1,6 +1,6 @@
module bitlocker
go 1.21
go 1.21.7
require github.com/go-ole/go-ole v1.3.0