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
97012db2
Commit
97012db2
authored
1 year ago
by
JonasS
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into chore/update-go-21
parents
c35acacd
7355d0a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/go.yml
+2
-2
2 additions, 2 deletions
.github/workflows/go.yml
.github/workflows/manual-build.yml
+0
-22
0 additions, 22 deletions
.github/workflows/manual-build.yml
with
2 additions
and
24 deletions
.github/workflows/go.yml
+
2
−
2
View file @
97012db2
...
...
@@ -11,9 +11,9 @@ jobs:
name
:
lint
runs-on
:
ubuntu-22.04
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
4
-
name
:
golangci-lint
uses
:
golangci/golangci-lint-action@v
2
uses
:
golangci/golangci-lint-action@v
3
build
:
runs-on
:
ubuntu-22.04
steps
:
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/manual-build.yml
deleted
100644 → 0
+
0
−
22
View file @
c35acacd
name
:
Manual-build
on
:
workflow_dispatch
:
jobs
:
build
:
runs-on
:
ubuntu-22.04
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Go
uses
:
actions/setup-go@v2
with
:
go-version
:
1.18
-
name
:
Run GoReleaser
uses
:
goreleaser/goreleaser-action@v2
with
:
version
:
latest
args
:
release --snapshot --skip-publish
-
name
:
Upload assets
uses
:
actions/upload-artifact@v2
with
:
name
:
manual-build
path
:
dist/*
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