From 5ca10cdcda5787d1a6be5e2b46e154785f2b2ed1 Mon Sep 17 00:00:00 2001 From: Nick Neisen Date: Thu, 27 Jul 2023 13:52:58 -0600 Subject: [PATCH] Pin to a specific go minor version --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b234b1000..2d2bdcf77 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,10 +12,10 @@ jobs: timeout-minutes: 60 steps: - - name: Set up Go 1.19 + - name: Set up Go 1.19.10 uses: actions/setup-go@v1 with: - go-version: 1.19 + go-version: 1.19.10 id: go - name: Setup environment