Skip to content

build(deps): bump github.com/matthewhartstonge/argon2 (#3767) #1017

build(deps): bump github.com/matthewhartstonge/argon2 (#3767)

build(deps): bump github.com/matthewhartstonge/argon2 (#3767) #1017

Workflow file for this run

name: code_test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test_64:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
test_32:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make test32
test_highlevel:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: "1.22"
- run: make test-highlevel-nodocker