Skip to content

Commit 4532c38

Browse files
authored
Merge pull request #990 from per1234/bump-go
Update project Go version to 1.25.2
2 parents e2460d8 + c3c2e0a commit 4532c38

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

DistTasks.yml

Lines changed: 3 additions & 3 deletions
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.24.8"
22+
GO_VERSION: "1.25.2"
2323

2424
tasks:
2525
Windows_32bit:
@@ -307,9 +307,9 @@ tasks:
307307
# The reason seems that go 1.16.x use a macos API which is available since 10.12
308308
# https://github.com/techknowlogick/xgo/issues/100#issuecomment-780894190
309309
#
310-
# To compile it we need an SDK >=10.12 so we use the debian10 based container that
310+
# To compile it we need an SDK >=10.12 so we use the debian12 based container that
311311
# has the SDK 10.14 installed.
312-
CONTAINER_TAG: "{{.GO_VERSION}}-darwin-debian10"
312+
CONTAINER_TAG: "{{.GO_VERSION}}-darwin-debian12"
313313
PACKAGE_PLATFORM: "macOS_64bit"
314314
PACKAGE_NAME: "{{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.tar.gz"
315315

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ tasks:
434434
- GO_MODULE_PATH: Path of the Go module root (default: {{.DEFAULT_GO_MODULE_PATH}}).
435435
dir: "{{default .DEFAULT_GO_MODULE_PATH .GO_MODULE_PATH}}"
436436
vars:
437-
GO_VERSION: 1.24.8
437+
GO_VERSION: 1.25.2
438438
cmds:
439439
- go mod tidy -compat={{.GO_VERSION}}
440440

docsgen/go.mod

Lines changed: 1 addition & 1 deletion
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.24.8
4+
go 1.25.2
55

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

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/arduino-lint
22

3-
go 1.24.8
3+
go 1.25.2
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

ruledocsgen/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/arduino-lint/ruledocsgen
22

3-
go 1.24.8
3+
go 1.25.2
44

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

0 commit comments

Comments
 (0)