aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-syncthing.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml
index 72a60e1a1..eba9709d7 100644
--- a/.github/workflows/build-syncthing.yaml
+++ b/.github/workflows/build-syncthing.yaml
@@ -506,6 +506,12 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
+ - uses: actions/setup-go@v5
+ with:
+ go-version: ${{ env.GO_VERSION }}
+ cache: false
+ check-latest: true
+
- name: Install signing tool
run: |
go install ./cmd/stsigtool
@@ -625,6 +631,12 @@ jobs:
name: packages-signed
path: packages
+ - uses: actions/setup-go@v5
+ with:
+ go-version: ${{ env.GO_VERSION }}
+ cache: false
+ check-latest: true
+
- name: Create release json
run: |
cd packages
@@ -673,6 +685,12 @@ jobs:
name: debian-packages
path: packages
+ - uses: actions/setup-go@v5
+ with:
+ go-version: ${{ env.GO_VERSION }}
+ cache: false
+ check-latest: true
+
- name: Set version
run: |
version=$(go run build.go version)