update: Go version in update-docs-translations action (#8489)

Bump Go minimum version to 1.18.4
This commit is contained in:
Jauder Ho 2022-08-08 12:01:08 -07:00 committed by GitHub
parent b32e43fbb3
commit ecdb970468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'