Skip to content

Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0 #21

Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0 #21

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
args: build --skip-validate --rm-dist --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}