We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d31c1 commit fd81cb1Copy full SHA for fd81cb1
Taskfile.yml
@@ -97,7 +97,7 @@ tasks:
97
desc: Refresh dependency metadata
98
dir: "{{default .DEFAULT_GO_MODULE_PATH .GO_MODULE_PATH}}"
99
vars:
100
- GO_VERSION: 1.23
+ GO_VERSION: 1.24.0
101
cmds:
102
- go mod tidy -compat={{.GO_VERSION}}
103
go.mod
@@ -1,6 +1,6 @@
1
module github.com/arduino/libraries-repository-engine
2
3
-go 1.23.0
+go 1.24.0
4
5
require (
6
github.com/arduino/go-paths-helper v1.12.1
0 commit comments