Skip to content

Commit

Permalink
fix(backend): Update backend to v3.3.2 (#232)
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 Oct 23, 2023
1 parent c579618 commit 7079ab4
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=3.3.1
- -X github.com/envelope-zero/backend/pkg/router.version=3.3.2

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=3.3.1"
go build -ldflags "-X github.com/envelope-zero/backend/pkg/router.version=3.3.2"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/adrg/xdg v0.4.0
github.com/envelope-zero/backend/v3 v3.3.1
github.com/envelope-zero/backend/v3 v3.3.2
github.com/gin-contrib/static v0.0.1
github.com/rs/zerolog v1.31.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,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/v3 v3.3.1 h1:QIvur2ezwr+cewPXyPZuodeEBqN8C1SzDpPaxjpUHjs=
github.com/envelope-zero/backend/v3 v3.3.1/go.mod h1:TtglS1DwdAXOl1sME7EZChwcupVcjFMnRuHa1yySEV4=
github.com/envelope-zero/backend/v3 v3.3.2 h1:rQOv/Eq54YiOX06TSop5x4aUjMexZ0oTIld1i5LTc8I=
github.com/envelope-zero/backend/v3 v3.3.2/go.mod h1:TtglS1DwdAXOl1sME7EZChwcupVcjFMnRuHa1yySEV4=
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.4.0 h1:oJ6gwtUl3lqV0WEIwM/LxPF1QZ5qe2lGWdY2+bz7y0g=
Expand Down

0 comments on commit 7079ab4

Please sign in to comment.