Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker-Machine Driver Hetzner
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
JonasProgrammer
Docker-Machine Driver Hetzner
Commits
0424d4c0
Unverified
Commit
0424d4c0
authored
4 years ago
by
Cedric Ziel
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use Go 1.16 in release job
To make goreleaser recognize arm64, use go 1.16 here as well.
parent
904405cb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/go.yml
+4
-0
4 additions, 0 deletions
.github/workflows/go.yml
with
4 additions
and
0 deletions
.github/workflows/go.yml
+
4
−
0
View file @
0424d4c0
...
...
@@ -30,6 +30,10 @@ jobs:
if
:
${{ startsWith(github.ref, 'refs/tags/') && contains(fromJSON('["mxschmitt", "JonasProgrammer"]'), github.actor) }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Go
uses
:
actions/setup-go@v2
with
:
go-version
:
1.16
-
name
:
Run GoReleaser
uses
:
goreleaser/goreleaser-action@v2
with
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment