Skip to content

Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.17.0 #419

Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.17.0 #419

Workflow file for this run

name: Build all examples
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build Go ${{ matrix.go }}
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20', '1.19', '1.18', '1.17' ]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- name: Setup ImageMagick's MagickWand
run:
sudo apt-get install libmagickwand-dev
- name: Build all
run: |
./build_examples.sh