Skip to content

Commit

Permalink
Merge pull request #230 from Interhyp/issue-229-fix-releases
Browse files Browse the repository at this point in the history
Issue 229 fix releases
  • Loading branch information
StephanHCB authored Nov 8, 2023
2 parents dcec25e + 34a3aa5 commit de28889
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ builds:
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
format: binary
- format: binary
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ require (
github.com/StephanHCB/go-autumn-restclient-circuitbreaker v0.4.1
github.com/StephanHCB/go-autumn-restclient-circuitbreaker-prometheus v0.1.0
github.com/StephanHCB/go-autumn-restclient-prometheus v0.1.2
github.com/StephanHCB/go-backend-service-common v0.7.0
github.com/StephanHCB/go-backend-service-common v0.8.0
github.com/go-chi/chi/v5 v5.0.10
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ github.com/StephanHCB/go-autumn-restclient-prometheus v0.1.2 h1:xsTZdR9WlSaoeUc3
github.com/StephanHCB/go-autumn-restclient-prometheus v0.1.2/go.mod h1:74X7ghxTOjj6Tl0lvVJXOQHz+3RbKvGirvF5l82XDwk=
github.com/StephanHCB/go-autumn-web-swagger-ui v0.2.3 h1:aC/rTlw9pBPCWYH46KGzSB942sTALIcIsZi0piVUuEo=
github.com/StephanHCB/go-autumn-web-swagger-ui v0.2.3/go.mod h1:EBtCQXF8JhoADnadezundz2xWEdFPmx2NUTgZYtUE0M=
github.com/StephanHCB/go-backend-service-common v0.7.0 h1:b+wTv1o00o5wOZRa6iuc8xxcKMVPJ5i2kjUIN/GA6KI=
github.com/StephanHCB/go-backend-service-common v0.7.0/go.mod h1:c16l8x11qERyF9r2UDLLuZ3xKRJkqflIofseYMNu0T8=
github.com/StephanHCB/go-backend-service-common v0.8.0 h1:VeTxgjb5INRSdHpVjvteeotAYik41HXqFAuppnX4EJQ=
github.com/StephanHCB/go-backend-service-common v0.8.0/go.mod h1:c16l8x11qERyF9r2UDLLuZ3xKRJkqflIofseYMNu0T8=
github.com/acomagu/bufpipe v1.0.4 h1:e3H4WUzM3npvo5uv95QuJM3cQspFNtFBzvJ2oNjKIDQ=
github.com/acomagu/bufpipe v1.0.4/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4=
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
Expand Down

0 comments on commit de28889

Please sign in to comment.