Skip to content

Commit 1ab3ba2

Browse files
author
Antonio Salinas
authored
fix: Upgrade Go Version (#448)
* Upgraded Go ver to 1.25.6 * Action go ver update * Update modules go ver * Go version derived from mod
1 parent b400b97 commit 1ab3ba2

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/getgotools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Install go
77
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
88
with:
9-
go-version: '1.25.0'
9+
go-version-file: 'go.mod'
1010

1111
- name: Build and install mage
1212
shell: bash

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gim-home/azldev-preview
22

3-
go 1.25.0
3+
go 1.25.6
44

55
require (
66
dario.cat/mergo v1.0.2

tools/editorconfig-checker/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gim-home/azldev-preview/tools/editorconfig-checker
22

3-
go 1.25.0
3+
go 1.25.6
44

55
tool github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker
66

tools/go-licenses/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gim-home/azldev-preview/tools/go-licenses
22

3-
go 1.25.0
3+
go 1.25.6
44

55
tool github.com/google/go-licenses/v2
66

tools/gocov-xml/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gim-home/azldev-preview/tools/gocov-xml
22

3-
go 1.25.0
3+
go 1.25.6
44

55
tool github.com/AlekSi/gocov-xml
66

tools/gocov/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gim-home/azldev-preview/tools/gocov
22

3-
go 1.25.0
3+
go 1.25.6
44

55
tool github.com/axw/gocov/gocov
66

tools/golangci-lint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gim-home/azldev-preview/tools/golangci-lint
22

3-
go 1.25.0
3+
go 1.25.6
44

55
tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint
66

tools/mockgen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gim-home/azldev-preview/tools/mockgen
22

3-
go 1.25.0
3+
go 1.25.6
44

55
tool go.uber.org/mock/mockgen
66

tools/stringer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gim-home/azldev-preview/tools/stringer
22

3-
go 1.25.0
3+
go 1.25.6
44

55
tool golang.org/x/tools/cmd/stringer
66

0 commit comments

Comments
 (0)