From d25612416bbffe88ddae095d14402aa7fdb2efe2 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Tue, 7 Nov 2023 08:53:52 -0500 Subject: [PATCH] test with latest go version 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 b95b77d..818456d 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