Skip to content

Bump golang.org/x/image from 0.10.0 to 0.18.0 #16

Bump golang.org/x/image from 0.10.0 to 0.18.0

Bump golang.org/x/image from 0.10.0 to 0.18.0 #16

Workflow file for this run

name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: [ubuntu-latest, macos-11]
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build
run: go build -v .