Skip to content

Commit 36272a6

Browse files
authored
chore: Update key_distributor go version to 121 (#166)
1 parent 70410b7 commit 36272a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/key-distributor/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ resource "google_cloudfunctions_function" "function" {
7777
region = var.region
7878
name = var.function_name
7979
description = "Generates and encrypts a new Service Account key given a GPG public key"
80-
runtime = "go120"
80+
runtime = "go121"
8181
trigger_http = true
8282

8383
service_account_email = google_service_account.distributor.email

0 commit comments

Comments
 (0)