From 1fc5bd396d372bee37d608f955b336615edf79c8 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Tue, 7 Nov 2023 09:06:41 -0500 Subject: [PATCH] test with latest go version (#150) 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 3b9aed7..b547802 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.19' - '1.20' + - '1.21' name: Try to install cosign with go ${{ matrix.go_version }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1