Skip to content

chore(deps): bump golang.org/x/image from 0.21.0 to 0.22.0 #307

chore(deps): bump golang.org/x/image from 0.21.0 to 0.22.0

chore(deps): bump golang.org/x/image from 0.21.0 to 0.22.0 #307

Workflow file for this run

name: build
on:
push:
branches:
- "main"
tags:
- "v*"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "stable"
cache: true
- run: go mod tidy
- run: go test -v -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout=2m
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt