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
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.19 "
6
+ GO_VERSION : " 1.23 "
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test Go
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.19 "
6
+ GO_VERSION : " 1.23 "
7
7
8
8
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ version: "3"
20
20
21
21
vars :
22
22
CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
23
- GO_VERSION : " 1.19 "
23
+ GO_VERSION : " 1.23 "
24
24
CHECKSUM_FILE : " {{.VERSION}}-checksums.txt"
25
25
26
26
tasks :
Original file line number Diff line number Diff line change 1
1
module github.com/arduino/arduino-cloud-cli
2
2
3
- go 1.22
4
-
5
- toolchain go1.22.3
3
+ go 1.23.0
6
4
7
5
require (
8
6
github.com/arduino/arduino-cli v0.0.0-20240927132229-9bb6968332c9
You can’t perform that action at this time.
0 commit comments