Skip to content

Commit eba064a

Browse files
authored
Merge pull request #80 from projectsyn/template-sync
Update from component template
2 parents 7167523 + eb87599 commit eba064a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "a4aff6a9d004c1aad085a875c7759c8f8f1e0d3d",
3+
"commit": "7803d07f1d79fc8b902fcafbb336b6b0a4b57b90",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
path: ${{ env.COMPONENT_NAME }}
3939
- name: Determine Go version from go.mod
4040
run: echo "GO_VERSION=$(grep "go 1." tests/go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
41-
- uses: actions/setup-go@v4
41+
- uses: actions/setup-go@v5
4242
with:
4343
go-version: ${{ env.GO_VERSION }}
4444
- uses: actions/cache@v3

0 commit comments

Comments
 (0)