Skip to content

🌱(deps): Bump alpine from 3.23.2 to 3.23.3 in /deploy/github/log/sequence_and_integrate in the all-docker-deps group #1259

🌱(deps): Bump alpine from 3.23.2 to 3.23.3 in /deploy/github/log/sequence_and_integrate in the all-docker-deps group

🌱(deps): Bump alpine from 3.23.2 to 3.23.3 in /deploy/github/log/sequence_and_integrate in the all-docker-deps group #1259

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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: go test -race ./...