Skip to content

Commit cc0914f

Browse files
authored
Support RISV64 (#2080)
1 parent 25ab9f7 commit cc0914f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ builds:
2222
- s390x
2323
- mips64
2424
- mips64le
25+
- riscv64
2526
goarm:
2627
- 6
2728
- 7

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ require (
5858
github.com/nishanths/predeclared v0.2.1
5959
github.com/pkg/errors v0.9.1
6060
github.com/polyfloyd/go-errorlint v0.0.0-20210510181950-ab96adb96fea
61+
github.com/prometheus/procfs v0.6.0 // indirect
6162
github.com/ryancurrah/gomodguard v1.2.2
6263
github.com/ryanrolds/sqlclosecheck v0.3.0
6364
github.com/sanposhiho/wastedassign/v2 v2.0.6

go.sum

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)