Skip to content

Commit ce196d7

Browse files
committed
Update project Go version to 1.24.1
1 parent ee10255 commit ce196d7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: DistTasks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version: "3"
1919

2020
vars:
2121
CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild"
22-
GO_VERSION: "1.22.9"
22+
GO_VERSION: "1.24.0"
2323

2424
tasks:
2525
Windows_32bit:

Diff for: Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ tasks:
323323
desc: Refresh dependency metadata
324324
dir: "{{default .DEFAULT_GO_MODULE_PATH .GO_MODULE_PATH}}"
325325
vars:
326-
GO_VERSION: 1.17
326+
GO_VERSION: 1.24.0
327327
cmds:
328328
- go mod tidy -compat={{.GO_VERSION}}
329329

Diff for: docsgen/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/cobra/docsgen/go.mod
22
module github.com/arduino/arduino-lint/docsgen
33

4-
go 1.22.9
4+
go 1.24.0
55

66
replace github.com/arduino/arduino-lint => ../
77

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/arduino/arduino-lint
22

3-
go 1.22.9
3+
go 1.24.0
44

55
replace github.com/jandelgado/gcov2lcov => github.com/jandelgado/gcov2lcov v1.0.5 // v1.0.4 causes Dependabot updates to fail due to checksum mismatch (likely a moved tag). This is an unused transitive dependency, so version is irrelevant.
66

Diff for: ruledocsgen/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/arduino/arduino-lint/ruledocsgen
22

3-
go 1.22.9
3+
go 1.24.0
44

55
replace github.com/arduino/arduino-lint => ../
66

0 commit comments

Comments
 (0)