We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb9c67 commit d3d5359Copy full SHA for d3d5359
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v5
16
with:
17
- go-version: 1.24.4
+ go-version: 1.25.2
18
19
- name: Test
20
run: go test -race -coverprofile=coverage.out -covermode=atomic -timeout 2m ./...
go.mod
@@ -2,7 +2,7 @@ module github.com/DTreshy/passwd
2
3
go 1.23.0
4
5
-toolchain go1.24.5
+toolchain go1.25.3
6
7
require (
8
github.com/stretchr/testify v1.9.0
0 commit comments