diff --git a/.github/workflows/update-docs-translations.yaml b/.github/workflows/update-docs-translations.yaml index 8c822b8ca..3821cc2fb 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@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 with: - go-version: ^1.17.6 + go-version: ^1.18.4 - run: | set -euo pipefail git config --global user.name 'Syncthing Release Automation'