Skip to content

Commit

Permalink
Merge pull request #986 from renovate-bot/renovate/syncthing
Browse files Browse the repository at this point in the history
Update syncthing packages to v1.26.1
  • Loading branch information
openshift-merge-bot[bot] authored Nov 16, 2023
2 parents 02d351e + 8b65cba commit 2268114
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ RUN go run build.go --enable-cgo
# Build syncthing
FROM golang-builder as syncthing-builder

ARG SYNCTHING_VERSION="v1.26.0"
ARG SYNCTHING_GIT_HASH="9666e9701b43bb632665aa91caee0713f4f149bd"
ARG SYNCTHING_VERSION="v1.26.1"
ARG SYNCTHING_GIT_HASH="b014a9ebc2d9e2f95bfbf94f21c058292b2b5ff8"

RUN git clone --depth 1 -b ${SYNCTHING_VERSION} https://github.com/syncthing/syncthing.git
WORKDIR /workspace/syncthing
Expand Down
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/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.17.0
github.com/syncthing/syncthing v1.26.0
github.com/syncthing/syncthing v1.26.1
go.uber.org/zap v1.26.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.28.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2 h1:F4snRP//nIuTTW9LYEzVH4HVwDG9T3M4t8y/2nqMbiY=
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2/go.mod h1:J0q59IWjLtpRIJulohwqEZvjzwOfTEPp8SVhDJl+y0Y=
github.com/syncthing/syncthing v1.26.0 h1:8chhm8xkTeOn4lD/KL0ueunaoFBCiQk8c8mISLTlAN4=
github.com/syncthing/syncthing v1.26.0/go.mod h1:L1f7wDqxRZ3Il+c5WGwMw+HyB9YUqeSgGH/1eIoQHu4=
github.com/syncthing/syncthing v1.26.1 h1:WGuHSFxW0IKQ2RjLivAnvCqU4V7uzRfN0tG6NUOYFHw=
github.com/syncthing/syncthing v1.26.1/go.mod h1:L1f7wDqxRZ3Il+c5WGwMw+HyB9YUqeSgGH/1eIoQHu4=
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
github.com/thejerf/suture/v4 v4.0.2 h1:VxIH/J8uYvqJY1+9fxi5GBfGRkRZ/jlSOP6x9HijFQc=
Expand Down

0 comments on commit 2268114

Please sign in to comment.