Skip to content

Commit 9088d01

Browse files
Update dependency go to v1.25.0
1 parent 4cb9c67 commit 9088d01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.24.4
17+
go-version: 1.25.0
1818

1919
- name: Test
2020
run: go test -race -coverprofile=coverage.out -covermode=atomic -timeout 2m ./...

go.mod

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

33
go 1.23.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.0
66

77
require (
88
github.com/stretchr/testify v1.9.0

0 commit comments

Comments
 (0)