From 27018a2524b75d1f25f1eb2a45ce049eeb313eee Mon Sep 17 00:00:00 2001 From: simu Date: Thu, 11 Jan 2024 14:50:28 +0000 Subject: [PATCH] Update from template Template version: main (7803d07) --- .cruft.json | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 8749455b..54a732d3 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "a4aff6a9d004c1aad085a875c7759c8f8f1e0d3d", + "commit": "7803d07f1d79fc8b902fcafbb336b6b0a4b57b90", "checkout": "main", "context": { "cookiecutter": { diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c10f7eb2..f20d3059 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,7 +45,7 @@ jobs: path: ${{ env.COMPONENT_NAME }} - name: Determine Go version from go.mod run: echo "GO_VERSION=$(grep "go 1." tests/go.mod | cut -d " " -f 2)" >> $GITHUB_ENV - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ env.GO_VERSION }} - uses: actions/cache@v3