Skip to content

Bump golang.org/x/crypto from 0.4.0 to 0.17.0 #235

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

Bump golang.org/x/crypto from 0.4.0 to 0.17.0 #235

Workflow file for this run

name: actionlint
# See https://github.com/rhysd/actionlint
on:
pull_request:
branches:
- main
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- name: actionlint
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
actionlint -color -ignore SC2046