Skip to content

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

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 #74

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v5
with:
go-version: '1.9.3' # The Go version to download (if necessary) and use.
- run: sudo apt-get install libasound2
make