Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#10) #26

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#10)

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#10) #26

Workflow file for this run

# Copyright 2024 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: ci
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
ci:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: '1.23'
check-latest: true
- run: |
make test
make cargobump
./cargobump version