Skip to content

Commit

Permalink
fix(rpm): version and release fields
Browse files Browse the repository at this point in the history
refs #1229

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Nov 5, 2019
1 parent ff31e29 commit 25f9742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -12,7 +12,7 @@ require (
github.com/fatih/color v1.7.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-github/v28 v28.1.1
github.com/goreleaser/nfpm v1.1.3
github.com/goreleaser/nfpm v1.1.4
github.com/imdario/mergo v0.3.8
github.com/jarcoal/httpmock v1.0.4
github.com/kamilsk/retry/v4 v4.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -110,8 +110,8 @@ github.com/googleapis/gax-go v2.0.2+incompatible h1:silFMLAnr330+NRuag/VjIGF7TLp
github.com/googleapis/gax-go v2.0.2+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY=
github.com/googleapis/gax-go/v2 v2.0.4 h1:hU4mGcQI4DaAYW+IbTun+2qEZVFxK0ySjQLTbS0VQKc=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
github.com/goreleaser/nfpm v1.1.3 h1:L4BmcjM6eXFW+zqqn651pOzFTU5dzzb8Y0QC+WG2XIs=
github.com/goreleaser/nfpm v1.1.3/go.mod h1:GF0n0qOaRORIWzeHrFrDmu7Liw4O9wfPqlafJpz4yOg=
github.com/goreleaser/nfpm v1.1.4 h1:hj9zONrYaLHW19jwuen8lixghhLXHBXPxDqw4vep54A=
github.com/goreleaser/nfpm v1.1.4/go.mod h1:GF0n0qOaRORIWzeHrFrDmu7Liw4O9wfPqlafJpz4yOg=
github.com/grpc-ecosystem/grpc-gateway v1.8.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
github.com/grpc-ecosystem/grpc-gateway v1.9.2 h1:S+ef0492XaIknb8LMjcwgW2i3cNTzDYMmDrOThOJNWc=
github.com/grpc-ecosystem/grpc-gateway v1.9.2/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
Expand Down

0 comments on commit 25f9742

Please sign in to comment.