Skip to content

Bump golang.org/x/image from 0.13.0 to 0.18.0 #52

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

Bump golang.org/x/image from 0.13.0 to 0.18.0 #52

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...