Skip to content

Bump github.com/sethvargo/go-password from 0.2.0 to 0.3.0 #90

Bump github.com/sethvargo/go-password from 0.2.0 to 0.3.0

Bump github.com/sethvargo/go-password from 0.2.0 to 0.3.0 #90

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: make test