From 8769aa2a59950ac4b308b9c03323772ecc12e665 Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Thu, 30 Nov 2023 11:51:22 -0800 Subject: [PATCH] Update pr.yaml Trying out Go 1.21 runtime image on Pipelines --- .jfrog-pipelines/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jfrog-pipelines/pr.yaml b/.jfrog-pipelines/pr.yaml index 5203b4e..bfd9ce0 100644 --- a/.jfrog-pipelines/pr.yaml +++ b/.jfrog-pipelines/pr.yaml @@ -26,7 +26,7 @@ pipelines: auto: language: go versions: - - "1.19" + - "1.21" requiresApproval: approvers: - alexh