File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545
4646env :
4747 # 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 '
4949 # See: https://github.com/actions/setup-node/#readme
5050 NODE_VERSION : ' 18.17'
5151 JOB_TRANSFER_ARTIFACT : build-artifacts
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check Internationalization
22
33env :
44 # 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 '
66
77# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
88on :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: i18n-nightly-push
22
33env :
44 # 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 '
66
77on :
88 schedule :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: i18n-weekly-pull
22
33env :
44 # 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 '
66
77on :
88 schedule :
Original file line number Diff line number Diff line change 88
99env :
1010 # 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 '
1212 NODE_VERSION : ' 18.17'
1313
1414jobs :
You can’t perform that action at this time.
0 commit comments