File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Dependencies
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.19 "
6+ GO_VERSION : " 1.23 "
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Go
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.19 "
6+ GO_VERSION : " 1.23 "
77
88# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ version: "3"
2020
2121vars :
2222 CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
23- GO_VERSION : " 1.19 "
23+ GO_VERSION : " 1.23 "
2424 CHECKSUM_FILE : " {{.VERSION}}-checksums.txt"
2525
2626tasks :
Original file line number Diff line number Diff line change 11module github.com/arduino/arduino-cloud-cli
22
3- go 1.22
4-
5- toolchain go1.22.3
3+ go 1.23.0
64
75require (
86 github.com/arduino/arduino-cli v0.0.0-20240927132229-9bb6968332c9
You can’t perform that action at this time.
0 commit comments