File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-go@v5
1616 with :
17- go-version : ' 1.24 '
17+ go-version : ' 1.25 '
1818 - name : golangci-lint
1919 uses : golangci/golangci-lint-action@v6
2020 with :
2525
2626 strategy :
2727 matrix :
28- go : [ '1.23 ', '1.24 ' ]
28+ go : [ '1.24 ', '1.25 ' ]
2929
3030 name : Go ${{ matrix.go }}
3131
Original file line number Diff line number Diff line change 1- # Passhash ![ GitHub Workflow Status (branch)] ( https://img.shields.io/github/actions/workflow/status/dhui/passhash/go.yml?branch=master ) [ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/dhui/passhash.svg )] ( https://codecov.io/gh/dhui/passhash ) [ ![ GoDoc] ( https://godoc.org/github.com/dhui/passhash?status.svg )] ( https://godoc.org/github.com/dhui/passhash ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/dhui/passhash )] ( https://goreportcard.com/report/github.com/dhui/passhash ) [ ![ GitHub Release] ( https://img.shields.io/github/release/dhui/passhash/all.svg )] ( https://github.com/dhui/passhash/releases ) ![ Supported Go versions] ( https://img.shields.io/badge/Go-1.23 %2C%201.24 -lightgrey.svg ) [ ![ HackerOne] ( https://img.shields.io/badge/HackerOne-ok-brightgreen.svg )] ( https://hackerone.com/passhash )
1+ # Passhash ![ GitHub Workflow Status (branch)] ( https://img.shields.io/github/actions/workflow/status/dhui/passhash/go.yml?branch=master ) [ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/dhui/passhash.svg )] ( https://codecov.io/gh/dhui/passhash ) [ ![ GoDoc] ( https://godoc.org/github.com/dhui/passhash?status.svg )] ( https://godoc.org/github.com/dhui/passhash ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/dhui/passhash )] ( https://goreportcard.com/report/github.com/dhui/passhash ) [ ![ GitHub Release] ( https://img.shields.io/github/release/dhui/passhash/all.svg )] ( https://github.com/dhui/passhash/releases ) ![ Supported Go versions] ( https://img.shields.io/badge/Go-1.24 %2C%201.25 -lightgrey.svg ) [ ![ HackerOne] ( https://img.shields.io/badge/HackerOne-ok-brightgreen.svg )] ( https://hackerone.com/passhash )
22
33passhash addresses the dismal state of password management in Go by offering easy-to-use APIs to manage credentials (e.g. password hashes)
44
You can’t perform that action at this time.
0 commit comments