Skip to content

chore(deps): bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1 #241

chore(deps): bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1

chore(deps): bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1 #241

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=10m
- name: testing
run: go test -race ./...