We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43001ad commit 9c8a1edCopy full SHA for 9c8a1ed
.goreleaser.yml
@@ -17,9 +17,6 @@ builds:
17
- amd64
18
- arm
19
- arm64
20
- ignore:
21
- - goos: darwin
22
- goarch: arm64
23
checksum:
24
name_template: 'checksums.txt'
25
snapshot:
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
-- repo: git://github.com/dnephin/pre-commit-golang
4
- rev: v0.4.0
+- repo: https://github.com/dnephin/pre-commit-golang
+ rev: v0.5.0
5
hooks:
6
- id: go-mod-tidy
7
- repo: local
0 commit comments