Skip to content

🌱(deps): Bump github/codeql-action from 3.29.8 to 3.29.9 in the all-gha-deps group #1049

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

🌱(deps): Bump github/codeql-action from 3.29.8 to 3.29.9 in the all-gha-deps group #1049

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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: go test -race ./...