Skip to content

Commit fd81cb1

Browse files
committed
Update project Go version to 1.24.0
1 parent 58d31c1 commit fd81cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tasks:
9797
desc: Refresh dependency metadata
9898
dir: "{{default .DEFAULT_GO_MODULE_PATH .GO_MODULE_PATH}}"
9999
vars:
100-
GO_VERSION: 1.23
100+
GO_VERSION: 1.24.0
101101
cmds:
102102
- go mod tidy -compat={{.GO_VERSION}}
103103

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/arduino/libraries-repository-engine
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/arduino/go-paths-helper v1.12.1

0 commit comments

Comments
 (0)