Skip to content

Commit 0b4b079

Browse files
committed
chore(env): update Go version configuration to 1.25.x
Updated Go primary and secondary versions in the project configuration file. Also updated README to reflect the new Go version used in tests.
1 parent f5d7f20 commit 0b4b079

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.github/env/90-project.env

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
#
1313
# ================================================================================================
1414

15+
# ================================================================================================
16+
# 🎯 GO VERSION CONFIGURATION
17+
# ================================================================================================
18+
19+
GO_PRIMARY_VERSION=1.25.x
20+
GO_SECONDARY_VERSION=1.25.x
21+
MAGE_X_GO_SECONDARY_VERSION=1.25.x
22+
MAGE_X_GO_VERSION=1.25.x
23+
1524
# ================================================================================================
1625
# 📊 COVERAGE CONFIGURATION OVERRIDES
1726
# ================================================================================================

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ This command ensures all dependencies are brought up to date in a single step, i
202202
<br/>
203203

204204
## Examples & Tests
205-
All unit tests and fuzz tests run via [GitHub Actions](https://github.com/mrz1836/go-pre-commit/actions) and use [Go version 1.21.x](https://go.dev/doc/go1.21). View the [configuration file](.github/workflows/fortress.yml).
205+
All unit tests and fuzz tests run via [GitHub Actions](https://github.com/mrz1836/go-pre-commit/actions) and use [Go version 1.25.x](https://go.dev/doc/go1.25). View the [configuration file](.github/workflows/fortress.yml).
206206

207207
Run all tests (fast):
208208

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mrz1836/go-mail
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.41.3
@@ -31,6 +31,6 @@ require (
3131
github.com/davecgh/go-spew v1.1.1 // indirect
3232
github.com/gorilla/css v1.0.1 // indirect
3333
github.com/pmezard/go-difflib v1.0.0 // indirect
34-
golang.org/x/net v0.49.0 // indirect
34+
golang.org/x/net v0.51.0 // indirect
3535
gopkg.in/yaml.v3 v3.0.1 // indirect
3636
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
7070
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
7171
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
7272
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
73-
golang.org/x/net v0.49.0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o=
74-
golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8=
73+
golang.org/x/net v0.51.0 h1:94R/GTO7mt3/4wIKpcR5gkGmRLOuE/2hNGeWq/GBIFo=
74+
golang.org/x/net v0.51.0/go.mod h1:aamm+2QF5ogm02fjy5Bb7CQ0WMt1/WVM7FtyaTLlA9Y=
7575
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
7676
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
7777
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)