Skip to content

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 #37

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

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 #37

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: '^1.21'
- uses: actions/checkout@v3
- uses: n8maninger/action-golang-test@v1