File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
30
30
env :
31
31
# See vars.GO_VERSION field of https://github.com/arduino/arduino-cli/blob/master/DistTasks.yml
32
- GO_VERSION : " 1.17 "
32
+ GO_VERSION : " 1.19 "
33
33
JOB_TRANSFER_ARTIFACT : build-artifacts
34
34
CHANGELOG_ARTIFACTS : changelog
35
35
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check Internationalization
2
2
3
3
env :
4
4
# See vars.GO_VERSION field of https://github.com/arduino/arduino-cli/blob/master/DistTasks.yml
5
- GO_VERSION : " 1.17 "
5
+ GO_VERSION : " 1.19 "
6
6
7
7
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
8
8
on :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: i18n-nightly-push
2
2
3
3
env :
4
4
# See vars.GO_VERSION field of https://github.com/arduino/arduino-cli/blob/master/DistTasks.yml
5
- GO_VERSION : " 1.17 "
5
+ GO_VERSION : " 1.19 "
6
6
7
7
on :
8
8
schedule :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: i18n-weekly-pull
2
2
3
3
env :
4
4
# See vars.GO_VERSION field of https://github.com/arduino/arduino-cli/blob/master/DistTasks.yml
5
- GO_VERSION : " 1.17 "
5
+ GO_VERSION : " 1.19 "
6
6
7
7
on :
8
8
schedule :
Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
# See vars.GO_VERSION field of https://github.com/arduino/arduino-cli/blob/master/DistTasks.yml
11
- GO_VERSION : " 1.17 "
11
+ GO_VERSION : " 1.19 "
12
12
NODE_VERSION : 16.x
13
13
14
14
jobs :
You can’t perform that action at this time.
0 commit comments