Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 #20

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

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 #20

Workflow file for this run

name: Run natsdedup tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Run tests
run: go test -v ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3