Skip to content

chore(deps): bump golang.org/x/crypto from 0.3.0 to 0.17.0 #291

chore(deps): bump golang.org/x/crypto from 0.3.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.3.0 to 0.17.0 #291

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: go mod tidy && go mod download
- name: Build
run: go build src/main/main.go