mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update to Go convention and use same version defined in GitHub enviro… (#18348)
This commit is contained in:
parent
2518df22f0
commit
3ef4358133
2 changed files with 2 additions and 2 deletions
|
|
@ -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,6 +1,6 @@
|
|||
module bitlocker
|
||||
|
||||
go 1.21
|
||||
go 1.21.7
|
||||
|
||||
require github.com/go-ole/go-ole v1.3.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue