Skip to content

Commit

Permalink
Updated go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed May 26, 2023
1 parent 4943d37 commit 1089102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ env: &env
PACKER_VERSION: 1.7.4
TERRAGRUNT_VERSION: v0.36.0
OPA_VERSION: v0.33.1
GO_VERSION: 1.18
GO_VERSION: 1.19
GO111MODULE: auto
K8S_VERSION: v1.18.20 # Same as EKS
MINIKUBE_VERSION: v1.22.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/gruntwork-io/terratest

go 1.18
go 1.19

require (
cloud.google.com/go v0.105.0 // indirect
Expand Down

0 comments on commit 1089102

Please sign in to comment.