From ecdb970468a8d54465328430f9cc2c4de59890fa Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Mon, 8 Aug 2022 12:01:08 -0700 Subject: [PATCH] update: Go version in update-docs-translations action (#8489) Bump Go minimum version to 1.18.4 --- .github/workflows/update-docs-translations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'