Skip to content

Bump golang.org/x/image from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.18.0 #83

Bump golang.org/x/image from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.18.0

Bump golang.org/x/image from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.18.0 #83

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48.0
args: --timeout=3m