aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update-docs-translations.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-docs-translations.yaml')
-rw-r--r--.github/workflows/update-docs-translations.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-docs-translations.yaml b/.github/workflows/update-docs-translations.yaml
index 6bc97e59d..e79fb060d 100644
--- a/.github/workflows/update-docs-translations.yaml
+++ b/.github/workflows/update-docs-translations.yaml
@@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: actions/setup-go@v5
with:
- go-version: ^1.19.6
+ go-version: stable
- run: |
set -euo pipefail
git config --global user.name 'Syncthing Release Automation'