We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7167523 + eb87599 commit eba064aCopy full SHA for eba064a
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/projectsyn/commodore-component-template.git",
3
- "commit": "a4aff6a9d004c1aad085a875c7759c8f8f1e0d3d",
+ "commit": "7803d07f1d79fc8b902fcafbb336b6b0a4b57b90",
4
"checkout": "main",
5
"context": {
6
"cookiecutter": {
.github/workflows/test.yaml
@@ -38,7 +38,7 @@ jobs:
38
path: ${{ env.COMPONENT_NAME }}
39
- name: Determine Go version from go.mod
40
run: echo "GO_VERSION=$(grep "go 1." tests/go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
41
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
42
with:
43
go-version: ${{ env.GO_VERSION }}
44
- uses: actions/cache@v3
0 commit comments