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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)