Skip to content

build(deps): bump golang.org/x/image from 0.6.0 to 0.10.0 #30

build(deps): bump golang.org/x/image from 0.6.0 to 0.10.0

build(deps): bump golang.org/x/image from 0.6.0 to 0.10.0 #30

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must
# be specified without a patch version:
# we always use the latest patch version.
version: v1.42
args: --timeout=10m