We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdecf9 commit 139a353Copy full SHA for 139a353
.circleci/config.yml
@@ -21,7 +21,7 @@ workflows:
21
jobs:
22
test:
23
docker:
24
- - image: cimg/go:1.18
+ - image: cimg/go:1.19
25
26
steps:
27
- checkout
go.mod
@@ -1,6 +1,6 @@
1
module ld-relay-helm
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/gruntwork-io/terratest v0.43.6
0 commit comments