Skip to content

Bump golang.org/x/image from 0.0.0-20190227222117-0694c2d4d067 to 0.18.0 #106

Bump golang.org/x/image from 0.0.0-20190227222117-0694c2d4d067 to 0.18.0

Bump golang.org/x/image from 0.0.0-20190227222117-0694c2d4d067 to 0.18.0 #106

Workflow file for this run

name: go
on: [push, pull_request]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16.1'
- uses: codecov/codecov-action@v1
- run: sudo apt-get install libasound2-dev -y
- run: go get golang.org/x/tools/cmd/goimports
- run: go test ./...
- run: go build ./...