Skip to content

Bump golang.org/x/image from 0.11.0 to 0.18.0 #27

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

Bump golang.org/x/image from 0.11.0 to 0.18.0 #27

Workflow file for this run

name: go
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v6
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: make test