Skip to content

🌱(deps): Bump actions/checkout from 4.1.5 to 4.1.6 in the all-gha-deps group #494

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

🌱(deps): Bump actions/checkout from 4.1.5 to 4.1.6 in the all-gha-deps group #494

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@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0