Skip to content

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

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 #100

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
main:
name: Test and Lint
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Setup Golang with lint
uses: flipgroup/action-golang-with-lint@main
with:
version-golang-file: go.mod
version-golangci-lint: v1.55.1
- name: Test
run: go test -count=1 -v ./...