Skip to content

build(deps): bump golang.org/x/image from 0.14.0 to 0.15.0 #101

build(deps): bump golang.org/x/image from 0.14.0 to 0.15.0

build(deps): bump golang.org/x/image from 0.14.0 to 0.15.0 #101

Workflow file for this run

name: Analysis
on:
push:
pull_request:
jobs:
analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: install dependencies
run: |
sudo apt-get install libgl1-mesa-dev xorg-dev
go install golang.org/x/lint/golint@latest
- name: lint
run: golint ./...
- name: vet
run: go vet ./...