-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: support building loong64 release binaries (#3459)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
1,652 additions
and
288 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 |
---|---|---|
|
@@ -24,6 +24,7 @@ builds: | |
- mips64 | ||
- mips64le | ||
- riscv64 | ||
- loong64 | ||
goarm: | ||
- 6 | ||
- 7 | ||
|
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,5 +1,163 @@ | ||
module github.com/golangci/golangci-lint/tools | ||
|
||
go 1.16 | ||
go 1.19 | ||
|
||
require github.com/goreleaser/goreleaser v1.5.0 | ||
require github.com/goreleaser/goreleaser v1.14.1 | ||
|
||
require ( | ||
cloud.google.com/go v0.103.0 // indirect | ||
cloud.google.com/go/compute v1.7.0 // indirect | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
cloud.google.com/go/kms v1.4.0 // indirect | ||
cloud.google.com/go/storage v1.24.0 // indirect | ||
code.gitea.io/sdk/gitea v0.15.1 // indirect | ||
github.com/AlekSi/pointer v1.2.0 // indirect | ||
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1 // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest v0.11.28 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.0 // indirect | ||
github.com/Masterminds/sprig v2.22.0+incompatible // indirect | ||
github.com/Microsoft/go-winio v0.5.2 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // indirect | ||
github.com/acomagu/bufpipe v1.0.3 // indirect | ||
github.com/atc0005/go-teams-notify/v2 v2.7.0 // indirect | ||
github.com/aws/aws-sdk-go v1.44.68 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.16.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.15.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.21 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/kms v1.18.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.13 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.10 // indirect | ||
github.com/aws/smithy-go v1.12.0 // indirect | ||
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect | ||
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect | ||
github.com/caarlos0/ctrlc v1.2.0 // indirect | ||
github.com/caarlos0/env/v6 v6.10.1 // indirect | ||
github.com/caarlos0/go-reddit/v3 v3.0.1 // indirect | ||
github.com/caarlos0/go-shellwords v1.0.12 // indirect | ||
github.com/caarlos0/log v0.2.1 // indirect | ||
github.com/cavaliergopher/cpio v1.0.1 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.3 // indirect | ||
github.com/charmbracelet/lipgloss v0.6.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb // indirect | ||
github.com/dghubble/oauth1 v0.7.2 // indirect | ||
github.com/dghubble/sling v1.4.0 // indirect | ||
github.com/dimchansky/utfbom v1.1.1 // indirect | ||
github.com/disgoorg/disgo v0.14.1 // indirect | ||
github.com/disgoorg/json v1.0.0 // indirect | ||
github.com/disgoorg/log v1.2.0 // indirect | ||
github.com/disgoorg/snowflake/v2 v2.0.1 // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.3.1 // indirect | ||
github.com/go-git/go-git/v5 v5.4.2 // indirect | ||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/go-github/v48 v48.2.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/google/wire v0.5.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
github.com/goreleaser/chglog v0.2.2 // indirect | ||
github.com/goreleaser/fileglob v1.3.0 // indirect | ||
github.com/goreleaser/nfpm/v2 v2.23.0 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect | ||
github.com/hashicorp/go-version v1.2.1 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/iancoleman/orderedmap v0.2.0 // indirect | ||
github.com/imdario/mergo v0.3.13 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/invopop/jsonschema v0.7.0 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/kevinburke/ssh_config v1.1.0 // indirect | ||
github.com/klauspost/compress v1.15.13 // indirect | ||
github.com/klauspost/pgzip v1.2.5 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mattn/go-mastodon v0.0.6 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/muesli/mango v0.1.0 // indirect | ||
github.com/muesli/mango-cobra v1.2.0 // indirect | ||
github.com/muesli/mango-pflag v0.1.0 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/muesli/roff v0.1.0 // indirect | ||
github.com/muesli/termenv v0.13.0 // indirect | ||
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/rivo/uniseg v0.4.2 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/slack-go/slack v0.12.1 // indirect | ||
github.com/spf13/cobra v1.6.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/technoweenie/multipartstreamer v1.0.1 // indirect | ||
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 // indirect | ||
github.com/xanzy/go-gitlab v0.77.0 // indirect | ||
github.com/xanzy/ssh-agent v0.3.1 // indirect | ||
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
gocloud.dev v0.27.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect | ||
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect | ||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
golang.org/x/text v0.5.0 // indirect | ||
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect | ||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect | ||
google.golang.org/api v0.91.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220802133213-ce4fa296bf78 // indirect | ||
google.golang.org/grpc v1.48.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect | ||
gopkg.in/mail.v2 v2.3.1 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.