Skip to content

build(deps): bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.2 to 1.1.0-alpha.2-proton #168

build(deps): bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.2 to 1.1.0-alpha.2-proton

build(deps): bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.2 to 1.1.0-alpha.2-proton #168

Workflow file for this run

name: "Test"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/[email protected]
with:
go-version: ${{ matrix.go }}
- run: go test ./...