From 3908749a8467905266cb61a83a77bf8e2b69772e Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Mon, 15 Jul 2024 15:22:09 -0400 Subject: [PATCH] gh actions: bump to golang 1.22 Signed-off-by: Peter Hunt --- .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 f19929ae..4555e152 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22' - uses: actions/checkout@v3 - uses: actions/cache@v4 with: @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22' - uses: actions/checkout@v3 - uses: actions/cache@v4 with: