Skip to content

🌱(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 in the all-gha-deps group #1163

🌱(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 in the all-gha-deps group

🌱(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 in the all-gha-deps group #1163

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 ./...