Skip to content

Commit 5249e74

Browse files
committed
Fix syntax yaml
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent c6f6ed8 commit 5249e74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
- uses: "docker/setup-buildx-action@v3"
2626
- uses: "actions/setup-go@v5"
2727
with:
28-
go-version: "1.26
28+
go-version: "1.26"
2929
- uses: "actions/cache@v4"
3030
with:
3131
path: |
3232
~/.cache/go-build
3333
~/go/pkg/mod
34-
key: ${{ runner.os }}-go-1.25-${{ hashFiles('**/go.sum') }}
34+
key: ${{ runner.os }}-go-1.26-${{ hashFiles('**/go.sum') }}
3535
restore-keys: |
36-
${{ runner.os }}-go-1.25-
36+
${{ runner.os }}-go-1.26-
3737
- run: |
3838
go mod download
3939
- run: |

0 commit comments

Comments
 (0)