Skip to content

Commit 046c6ff

Browse files
committed
GCP Cloud function configured with go125
1 parent 778910f commit 046c6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcp/tf/function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource "google_cloudfunctions2_function" "function" {
1212
labels = var.labels
1313

1414
build_config {
15-
runtime = "go120"
15+
runtime = "go125"
1616
entry_point = "pg-db-admin"
1717

1818
environment_variables = {

0 commit comments

Comments
 (0)