Skip to content

Commit

Permalink
Downgraded go back to 1.19 (from 1.21)
Browse files Browse the repository at this point in the history
  • Loading branch information
independentid committed Sep 5, 2023
1 parent 8709504 commit 9b7e13d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/mapTool/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hexa-org/policy-mapper/cmd/mapTool-v0.6.0

go 1.21
go 1.19

require (
github.com/hexa-org/policy-mapper/hexaIdql v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21
go 1.19

// NOTE: This file MUST be removed from Github prior to releasing! Facilitates local development environment only

Expand Down
2 changes: 1 addition & 1 deletion hexaIdql/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hexa-org/policy-mapper/hexaIdql

go 1.21
go 1.19

require (
github.com/alecthomas/assert/v2 v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion mapper/conditionLangs/gcpcel/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hexa-org/policy-mapper/mapper/conditionLangs/gcpcel-v0.6.0

go 1.21
go 1.19

require (
github.com/envoyproxy/go-control-plane v0.11.1
Expand Down
2 changes: 1 addition & 1 deletion mapper/formats/awsCedar/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hexa-org/policy-mapper/mapper/formats/awsCedar-v0.6.0

go 1.21
go 1.19

require (
github.com/hexa-org/policy-mapper/hexaIdql v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion mapper/formats/gcpBind/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hexa-org/policy-mapper/mapper/formats/gcpBind-v0.6.0

go 1.21
go 1.19

require (
github.com/hexa-org/policy-mapper/hexaIdql v0.6.0
Expand Down

0 comments on commit 9b7e13d

Please sign in to comment.