Skip to content

🌱(deps): Bump github/codeql-action from 4.31.5 to 4.31.6 in the all-gha-deps group #1182

🌱(deps): Bump github/codeql-action from 4.31.5 to 4.31.6 in the all-gha-deps group

🌱(deps): Bump github/codeql-action from 4.31.5 to 4.31.6 in the all-gha-deps group #1182

Workflow file for this run

on: [push, pull_request]
name: Test Go
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.24.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- run: go test -race ./...