Skip to content

Commit 552cdfe

Browse files
committed
fix golang version of github runners to project version
1 parent 5a5a68e commit 552cdfe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/validation-shadeform.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Shadeform Validation Tests
33
on:
44
schedule:
55
# Run daily at 2 AM UTC
6-
- cron: "0 2 * * *"
6+
- cron: '0 2 * * *'
77
workflow_dispatch:
88
# Allow manual triggering
99
pull_request:
1010
paths:
11-
- "v1/providers/shadeform/**"
12-
- "internal/validation/**"
13-
- "v1/**"
14-
branches: [main]
11+
- 'v1/providers/shadeform/**'
12+
- 'internal/validation/**'
13+
- 'v1/**'
14+
branches: [ main ]
1515

1616
jobs:
1717
shadeform-validation:
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version-file: "go.mod"
28+
go-version-file: 'go.mod'
2929

3030
- name: Cache Go modules
3131
uses: actions/cache@v4

0 commit comments

Comments
 (0)