Skip to content

Bump golang.org/x/crypto from 0.25.0 to 0.26.0 #71

Bump golang.org/x/crypto from 0.25.0 to 0.26.0

Bump golang.org/x/crypto from 0.25.0 to 0.26.0 #71

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: docker build -t gokeepasslib .
- name: Test
run: docker-compose run --rm -T gokeepasslib make test