Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
779bc61b
Commit
779bc61b
authored
Jan 28, 2020
by
Svetomir Smiljkovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove quotes from versions
parent
3aee82da
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
go.yml
.github/workflows/go.yml
+1
-1
release.yaml
.github/workflows/release.yaml
+1
-1
No files found.
.github/workflows/go.yml
View file @
779bc61b
...
@@ -8,7 +8,7 @@ jobs:
...
@@ -8,7 +8,7 @@ jobs:
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
strategy
:
strategy
:
matrix
:
matrix
:
go
:
[
'
1.13'
,
'
1.x'
]
go
:
[
1.13
,
1.x
]
os
:
[
ubuntu-latest
,
macos-latest
,
windows-latest
]
os
:
[
ubuntu-latest
,
macos-latest
,
windows-latest
]
steps
:
steps
:
-
name
:
Setup Go
-
name
:
Setup Go
...
...
.github/workflows/release.yaml
View file @
779bc61b
...
@@ -14,7 +14,7 @@ jobs:
...
@@ -14,7 +14,7 @@ jobs:
-
name
:
Set up Go
-
name
:
Set up Go
uses
:
actions/setup-go@v1
uses
:
actions/setup-go@v1
with
:
with
:
go-version
:
'
1.13'
go-version
:
1.13
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
Run GoReleaser
-
name
:
Run GoReleaser
...
...
Write
Preview
Markdown
is supported
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