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 45
45
46
46
env :
47
47
# See vars.GO_VERSION field of https://github.com/arduino/arduino-cli/blob/master/DistTasks.yml
48
- GO_VERSION : ' 1.19 '
48
+ GO_VERSION : ' 1.21 '
49
49
# See: https://github.com/actions/setup-node/#readme
50
50
NODE_VERSION : ' 18.17'
51
51
JOB_TRANSFER_ARTIFACT : build-artifacts
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.19 '
5
+ GO_VERSION : ' 1.21 '
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.19 '
5
+ GO_VERSION : ' 1.21 '
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.19 '
5
+ GO_VERSION : ' 1.21 '
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.19 '
11
+ GO_VERSION : ' 1.21 '
12
12
NODE_VERSION : ' 18.17'
13
13
14
14
jobs :
You can’t perform that action at this time.
0 commit comments