Skip to content

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

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

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

Workflow file for this run

name: build
on:
push:
branches: ["master", "develop"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.18, 1.19, "1.20", 1.21]
steps:
- uses: actions/checkout@v3
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Go Env
run: go env
# - name: Test
# run: make test
- name: Build
run: make all