Skip to content

🌱(deps): Bump actions/checkout from 4.2.1 to 4.2.2 in the all-gha-deps group #699

🌱(deps): Bump actions/checkout from 4.2.1 to 4.2.2 in the all-gha-deps group

🌱(deps): Bump actions/checkout from 4.2.1 to 4.2.2 in the all-gha-deps group #699

Workflow file for this run

on: [push, pull_request]
name: Test Go
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0