Skip to content

Bump golang.org/x/crypto from 0.6.0 to 0.17.0 (#6) #14

Bump golang.org/x/crypto from 0.6.0 to 0.17.0 (#6)

Bump golang.org/x/crypto from 0.6.0 to 0.17.0 (#6) #14

Workflow file for this run

name: Go build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
id: go
- name: Get dependencies
run: |
go mod download
- name: Build
run: |
go build -v .