We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f5359 commit 14c98bbCopy full SHA for 14c98bb
.github/workflows/check-i18n-task.yml
@@ -2,7 +2,7 @@ name: Check Internationalization
2
3
env:
4
# See: https://github.com/actions/setup-go/tree/v2#readme
5
- GO_VERSION: "1.16"
+ GO_VERSION: "1.17"
6
7
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
8
on:
.github/workflows/i18n-nightly-push.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Go
19
uses: actions/setup-go@v2
20
with:
21
- go-version: "1.14"
+ go-version: "1.17"
22
23
- name: Install Taskfile
24
uses: arduino/setup-task@v1
.github/workflows/i18n-weekly-pull.yaml
@@ -20,7 +20,7 @@ jobs:
25
26
0 commit comments