Skip to content

Commit

Permalink
feat(backend): Update backend to v5.2.0 (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 8c9dc63 commit c8fbd71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
- amd64
- arm64
ldflags:
- -X github.com/envelope-zero/backend/pkg/router.version=5.1.4
- -X github.com/envelope-zero/backend/pkg/router.version=5.2.0

snapshot:
name_template: "{{ incpatch .Version }}-next"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ frontend:
VERSION ?= $(shell git rev-parse HEAD)
.PHONY: build
build:
go build -ldflags "-X github.com/envelope-zero/backend/pkg/router.version=5.1.4"
go build -ldflags "-X github.com/envelope-zero/backend/pkg/router.version=5.2.0"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/envelope-zero/backend/v5 v5.1.4
github.com/envelope-zero/backend/v5 v5.2.0
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gin-contrib/cors v1.6.0 // indirect
github.com/gin-contrib/logger v1.1.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/envelope-zero/backend/v5 v5.1.4 h1:d/wkYRpoLTrFSQ5siauloyFIuGIcJQm+X7gGhck7jUg=
github.com/envelope-zero/backend/v5 v5.1.4/go.mod h1:pC9Mk+P7KdAeTs17zHoW3I6s1de3OMEbTzmbvqyn/lU=
github.com/envelope-zero/backend/v5 v5.2.0 h1:jwdYk6cRo/5oHknQYkxyHVaQurUHhqjwhkQ8clVebxw=
github.com/envelope-zero/backend/v5 v5.2.0/go.mod h1:pC9Mk+P7KdAeTs17zHoW3I6s1de3OMEbTzmbvqyn/lU=
github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/gin-contrib/cors v1.6.0 h1:0Z7D/bVhE6ja07lI8CTjTonp6SB07o8bNuFyRbsBUQg=
Expand Down

0 comments on commit c8fbd71

Please sign in to comment.