Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
14c98bbf
Unverified
Commit
14c98bbf
authored
Jan 28, 2022
by
Silvano Cerza
Committed by
GitHub
Jan 28, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Go version in i18n workflows (#1643)
parent
14f53595
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/check-i18n-task.yml
.github/workflows/check-i18n-task.yml
+1
-1
.github/workflows/i18n-nightly-push.yaml
.github/workflows/i18n-nightly-push.yaml
+1
-1
.github/workflows/i18n-weekly-pull.yaml
.github/workflows/i18n-weekly-pull.yaml
+1
-1
No files found.
.github/workflows/check-i18n-task.yml
View file @
14c98bbf
...
...
@@ -2,7 +2,7 @@ name: Check Internationalization
env
:
# See: https://github.com/actions/setup-go/tree/v2#readme
GO_VERSION
:
"
1.1
6
"
GO_VERSION
:
"
1.1
7
"
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
on
:
...
...
.github/workflows/i18n-nightly-push.yaml
View file @
14c98bbf
...
...
@@ -18,7 +18,7 @@ jobs:
-
name
:
Install Go
uses
:
actions/setup-go@v2
with
:
go-version
:
"
1.1
4
"
go-version
:
"
1.1
7
"
-
name
:
Install Taskfile
uses
:
arduino/setup-task@v1
...
...
.github/workflows/i18n-weekly-pull.yaml
View file @
14c98bbf
...
...
@@ -20,7 +20,7 @@ jobs:
-
name
:
Install Go
uses
:
actions/setup-go@v2
with
:
go-version
:
"
1.1
4
"
go-version
:
"
1.1
7
"
-
name
:
Install Taskfile
uses
:
arduino/setup-task@v1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment