Skip to content

Commit

Permalink
Update Go and Syncthing
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Feb 29, 2024
1 parent de03da7 commit f7ccd1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-20.04
env:
SYNCTHING_TAG: v1.23.7
SYNCTHING_TAG: v1.27.3
steps:
- name: Set Syncthing version from source
run: echo "SYNCTHING_TAG=$(curl https://api.github.com/repos/syncthing/syncthing/tags -s | jq '.[0].name' -r)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SYNCTHING_TAG ?= v1.23.7
SYNCTHING_TAG ?= v1.27.3
SYNCTHING_USER ?= syncthing
SYNCTHING_UI_PORT ?= 8384

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ downloaded in the Docker containers. To invoke the build, run `make out/pkg`.
This builds Syncthing QPKG for different platforms and stores them in
`out/pkg`.

By default, the v1.23.7 Syncthing release is built. To configure the release
By default, the v1.27.3 Syncthing release is built. To configure the release
number, set the environment variable `SYNCTHING_TAG` to the release number, e.g.
`SYNCTHING_TAG=v1.23.7 make out/pkg`.
`SYNCTHING_TAG=v1.27.3 make out/pkg`.

By default, syncthing uses the user `syncthing`, which needs to be created on
the QNAP manually before the installation of `syncthing`. To configure the user
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20
FROM golang:1.21

VOLUME /out

Expand Down

0 comments on commit f7ccd1d

Please # to comment.