-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update how-to-make-a-release with detailed steps
And run them for a commit (needed to poke the go version in go.mod due to a dependency update needing at least go 1.17). Signed-off-by: William Douglas <[email protected]>
- Loading branch information
Showing
539 changed files
with
96,817 additions
and
37,541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,33 @@ | ||
module github.com/clearlinux/clr-installer | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 | ||
github.com/VladimirMarkelov/clui v1.2.1 | ||
github.com/atotto/clipboard v0.1.2 // indirect | ||
github.com/coreos/go-systemd/v22 v22.0.0 | ||
github.com/coreos/go-systemd/v22 v22.5.0 | ||
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e | ||
github.com/gotk3/gotk3 v0.6.1 | ||
github.com/huandu/xstrings v1.4.0 | ||
github.com/leonelquinteros/gotext v1.5.1 | ||
github.com/nightlyone/lockfile v1.0.0 | ||
github.com/nsf/termbox-go v1.1.1 | ||
github.com/spf13/pflag v1.0.5 | ||
golang.org/x/crypto v0.6.0 | ||
golang.org/x/text v0.7.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/atotto/clipboard v0.1.4 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/google/go-cmp v0.4.0 // indirect | ||
github.com/gotk3/gotk3 v0.6.0 | ||
github.com/huandu/xstrings v1.3.0 | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/leonelquinteros/gotext v1.4.0 | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/nightlyone/lockfile v1.0.0 | ||
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/stretchr/testify v1.5.1 // indirect | ||
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 | ||
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect | ||
golang.org/x/text v0.3.2 | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/term v0.5.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/yaml.v2 v2.2.8 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1) Update vendor and test (go mod vendor) | ||
1) (optional) go get -u ./... && go mod tidy && go vendor (retest, see readme for testing details then create PR) | ||
2) Tag new release version and push tag to github and use github ui to draft a new release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.