Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tools #133

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tools

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tools #133

Workflow file for this run

name: Run tests
on: [ push, pull_request ]
jobs:
test:
strategy:
matrix:
go-version: [ "1.20", "1.21" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make test GOFLAGS="-v" GO_VERSION=${{ matrix.go-version }}