Skip to content

Commit

Permalink
Support RISV64 (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Jun 25, 2021
1 parent 25ab9f7 commit cc0914f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ builds:
- s390x
- mips64
- mips64le
- riscv64
goarm:
- 6
- 7
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ require (
github.com/nishanths/predeclared v0.2.1
github.com/pkg/errors v0.9.1
github.com/polyfloyd/go-errorlint v0.0.0-20210510181950-ab96adb96fea
github.com/prometheus/procfs v0.6.0 // indirect
github.com/ryancurrah/gomodguard v1.2.2
github.com/ryanrolds/sqlclosecheck v0.3.0
github.com/sanposhiho/wastedassign/v2 v2.0.6
Expand Down
4 changes: 3 additions & 1 deletion go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc0914f

Please sign in to comment.