Skip to content

Commit e51ece1

Browse files
committed
Upgrade go version to 1.23
1 parent d4ce72b commit e51ece1

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/check-dependencies-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Dependencies
33

44
env:
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
99
on:

.github/workflows/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Go
33

44
env:
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
99
on:

DistTasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version: "3"
2020

2121
vars:
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

2626
tasks:

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/arduino/arduino-cloud-cli
22

3-
go 1.22
4-
5-
toolchain go1.22.3
3+
go 1.23.0
64

75
require (
86
github.com/arduino/arduino-cli v0.0.0-20240927132229-9bb6968332c9

0 commit comments

Comments
 (0)