Unverified Commit 14c98bbf authored by Silvano Cerza's avatar Silvano Cerza Committed by GitHub

Update Go version in i18n workflows (#1643)

parent 14f53595
...@@ -2,7 +2,7 @@ name: Check Internationalization ...@@ -2,7 +2,7 @@ name: Check Internationalization
env: env:
# See: https://github.com/actions/setup-go/tree/v2#readme # See: https://github.com/actions/setup-go/tree/v2#readme
GO_VERSION: "1.16" GO_VERSION: "1.17"
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows # See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
on: on:
......
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
- name: Install Go - name: Install Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: "1.14" go-version: "1.17"
- name: Install Taskfile - name: Install Taskfile
uses: arduino/setup-task@v1 uses: arduino/setup-task@v1
......
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
- name: Install Go - name: Install Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: "1.14" go-version: "1.17"
- name: Install Taskfile - name: Install Taskfile
uses: arduino/setup-task@v1 uses: arduino/setup-task@v1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment