Skip to content

build(deps): update module golang.org/x/crypto to v0.17.0 [security] #887

build(deps): update module golang.org/x/crypto to v0.17.0 [security]

build(deps): update module golang.org/x/crypto to v0.17.0 [security] #887

Workflow file for this run

name: autofix.ci
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node LTS
uses: actions/setup-node@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: npm ci
- run: npm run format
- run: gofmt -w -s .
- uses: autofix-ci/action@bee19d72e71787c12ca0f29de72f2833e437e4c9