Skip to content

Bump golang.org/x/image from 0.2.0 to 0.16.0 #712

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

Bump golang.org/x/image from 0.2.0 to 0.16.0 #712

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- "release-*"
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.51.2