Skip to content

chore(deps): bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.17.0 #85

chore(deps): bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.17.0 #85

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Build executables
run: |
go build cmd/pillager/main.go