Skip to content

Commit fefbdc3

Browse files
committed
switch to main version
1 parent f3605e0 commit fefbdc3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
executable: 'lint go'
2828
timeout: '5m'
29-
flow-version: 'v1.0.0-beta2'
29+
flow-version: 'main'
3030
- name: Upload SARIF file
3131
uses: github/codeql-action/upload-sarif@v3
3232
with:
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
executable: 'test unit'
4747
timeout: '5m'
48-
flow-version: 'v1.0.0-beta2'
48+
flow-version: 'main'
4949
id: unit-tests
5050
- name: Upload unit test coverage
5151
uses: actions/upload-artifact@v4
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
executable: 'test e2e'
6767
timeout: '10m'
68-
flow-version: 'v1.0.0-beta2'
68+
flow-version: 'main'
6969
secrets: |
7070
{
7171
"test-secret": "test-value-from-action",
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
executable: 'transform coverage'
8989
timeout: '5m'
90-
flow-version: 'v1.0.0-beta2'
90+
flow-version: 'main'
9191

9292
- name: Upload to codecov
9393
uses: codecov/codecov-action@v3
@@ -111,13 +111,13 @@ jobs:
111111
with:
112112
executable: 'generate'
113113
timeout: '10m'
114-
flow-version: 'v1.0.0-beta2'
114+
flow-version: 'main'
115115
- name: Check for uncommitted changes
116116
uses: jahvon/[email protected]
117117
with:
118118
executable: 'validate generated'
119119
timeout: '2m'
120-
flow-version: 'v1.0.0-beta2'
120+
flow-version: 'main'
121121

122122
build-matrix:
123123
strategy:
@@ -133,12 +133,12 @@ jobs:
133133
- uses: jahvon/[email protected]
134134
with:
135135
executable: 'build binary'
136-
flow-version: 'v1.0.0-beta2'
136+
flow-version: 'main'
137137
timeout: '10m'
138138
- uses: jahvon/[email protected]
139139
with:
140140
executable: 'test binary'
141-
flow-version: 'v1.0.0-beta2'
141+
flow-version: 'main'
142142
timeout: '5m'
143143

144144
security:
@@ -153,7 +153,7 @@ jobs:
153153
with:
154154
executable: 'scan security'
155155
timeout: '10m'
156-
flow-version: 'v1.0.0-beta2'
156+
flow-version: 'main'
157157
- name: Upload govuln SARIF file
158158
uses: github/codeql-action/upload-sarif@v3
159159
with:

.github/workflows/container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
executable: 'build container'
2727
timeout: '20m'
2828
continue-on-error: true
29-
flow-version: 'v1.0.0-beta2'
29+
flow-version: 'main'
3030
id: container
3131
- name: Check container build
3232
run: |

0 commit comments

Comments
 (0)