Skip to content

Commit 9c8a1ed

Browse files
committed
fix: apple silicon release
1 parent 43001ad commit 9c8a1ed

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ builds:
1717
- amd64
1818
- arm
1919
- arm64
20-
ignore:
21-
- goos: darwin
22-
goarch: arm64
2320
checksum:
2421
name_template: 'checksums.txt'
2522
snapshot:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
3-
- repo: git://github.com/dnephin/pre-commit-golang
4-
rev: v0.4.0
3+
- repo: https://github.com/dnephin/pre-commit-golang
4+
rev: v0.5.0
55
hooks:
66
- id: go-mod-tidy
77
- repo: local

0 commit comments

Comments
 (0)