Skip to content

🌱(deps): Bump actions/upload-artifact in the all-gha-deps group #392

🌱(deps): Bump actions/upload-artifact in the all-gha-deps group

🌱(deps): Bump actions/upload-artifact in the all-gha-deps group #392

Workflow file for this run

on: [push, pull_request]
name: Test Go
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.20.x, 1.21.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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0