Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Bump golang.org/x/image from 0.2.0 to 0.18.0 #718

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

Bump golang.org/x/image from 0.2.0 to 0.18.0 #718

Workflow file for this run

name: Build
on:
push:
branches:
- master
- release-*
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Run build
run: make package