Skip to content

Bump golang.org/x/image from 0.0.0-20201208152932-35266b937fa6 to 0.27.0 #203

Bump golang.org/x/image from 0.0.0-20201208152932-35266b937fa6 to 0.27.0

Bump golang.org/x/image from 0.0.0-20201208152932-35266b937fa6 to 0.27.0 #203

Workflow file for this run

on: [push, pull_request]
name: linter
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.31