From 22be4ce325f454c874ccf89af51803efd4e85129 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Wed, 10 Apr 2024 18:59:27 -0400 Subject: [PATCH] use go 1.22 now (#160) Signed-off-by: Bob Callaway --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index a5c47bc..dcb6527 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -206,8 +206,8 @@ jobs: - ubuntu-latest - windows-latest go_version: - - '1.20' - '1.21' + - '1.22' name: Try to install cosign with go ${{ matrix.go_version }} steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2