Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: hunter007 <[email protected]>
  • Loading branch information
hunter007 committed Sep 20, 2023
1 parent 9e82454 commit 37b58ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ jobs:
fail-fast: false
matrix:
gover:
- "1.17"
- "1.18"
- "1.19"
- "1.20"
- "1.21"
lintVer:
- v1.52.0
- v1.52.2
env:
GOVER: ${{ matrix.gover }}
GOLANGCILINT_VER: v1.52.2
GOLANGCILINT_VER: ${{ matrix.lintVer }}

steps:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hunter007/password

go 1.18
go 1.17

require golang.org/x/crypto v0.9.0

Expand Down

0 comments on commit 37b58ad

Please sign in to comment.