From b0d51bb3ee674370c51f8ec1c8f4fb94cca8c203 Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 30 May 2024 13:32:48 +0200 Subject: [PATCH] update ci Signed-off-by: cpanato --- .github/workflows/boilerplate.yaml | 5 +++++ .github/workflows/build.yaml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/boilerplate.yaml b/.github/workflows/boilerplate.yaml index 61636120a..1afcce23a 100644 --- a/.github/workflows/boilerplate.yaml +++ b/.github/workflows/boilerplate.yaml @@ -26,6 +26,11 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 + with: + go-version: '1.22' + check-latest: true + - uses: chainguard-dev/actions/boilerplate@84c993eaf02da1c325854fb272a4df9184bd80fc # main with: extension: ${{ matrix.extension }} diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0b7a57af9..4e9e8a94c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,6 @@ jobs: fail-fast: false matrix: go-version: - - '1.21' - '1.22' name: Build ${{ matrix.go-version }}