Skip to content

Commit 0a44bcd

Browse files
chore(deps): update dependency go to v1.25.3
1 parent 0685820 commit 0a44bcd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1414
with:
15-
go-version: 1.25.2
15+
go-version: 1.25.3
1616

1717
- name: Install go tooling
1818
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2323
with:
24-
go-version: 1.25.2
24+
go-version: 1.25.3
2525

2626
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2727
with:

.github/workflows/test-and-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2121
with:
2222
# renovate: go-version
23-
go-version: 1.25.2
23+
go-version: 1.25.3
2424

2525
- name: Run go tests
2626
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/envelope-zero/backend/v7
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.3
66

77
require (
88
github.com/gin-contrib/cors v1.7.6

0 commit comments

Comments
 (0)