mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update go.mod (#20273)
Fixes code scanning warning: As of Go 1.21, toolchain versions [must use the 1.N.P syntax](https://go.dev/doc/toolchain#version). 1.22 in tools/terraform/go.mod does not match this syntax and there is no additional toolchain directive, which may cause some go commands to fail.
This commit is contained in:
parent
b31256c57c
commit
12c3d76b24
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module terraform-provider-fleetdm
|
||||
|
||||
go 1.22
|
||||
go 1.22.4
|
||||
|
||||
require (
|
||||
github.com/hashicorp/terraform-plugin-framework v1.7.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue