Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Octant
Commits
69b53a41
Commit
69b53a41
authored
4 years ago
by
Scott Andrews
Browse files
Options
Download
Email Patches
Plain Diff
Fix prefight workflow def
Signed-off-by:
Scott Andrews
<
andrewssc@vmware.com
>
parent
d0d5cd9a
master
dependabot/github_actions/actions/setup-node-2.2.0
dependabot/go_modules/github.com/spf13/cobra-1.2.0
dependabot/go_modules/go.uber.org/zap-1.18.1
dependabot/go_modules/google.golang.org/grpc-1.39.0
dependabot/go_modules/google.golang.org/protobuf-1.27.1
middleware-race
release-0.16
v0.21.0
v0.20.0
v0.19.0
v0.18.0
v0.17.0
v0.16.3
v0.16.2
v0.16.1
v0.16.0
v0.15.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/preflight-checks.yaml
+2
-2
.github/workflows/preflight-checks.yaml
with
2 additions
and
2 deletions
+2
-2
.github/workflows/preflight-checks.yaml
+
2
-
2
View file @
69b53a41
...
...
@@ -22,8 +22,8 @@ jobs:
name
:
Golang tests on ${{ matrix.platform }}
steps
:
-
uses
:
actions/setup-node@v2.1.1
with
:
node-version
:
10.x
with
:
node-version
:
10.x
-
uses
:
actions/setup-go@v2
with
:
go-version
:
${{ matrix.go-version }}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help