Skip to content

🌱(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the all-gha-deps group #456

🌱(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the all-gha-deps group

🌱(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the all-gha-deps group #456

Workflow file for this run

on: [push, pull_request]
name: Test Go
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.21.x, 1.22.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1