Skip to content

🌱(deps): Bump alpine from 3.22.2 to 3.23.0 in /deploy/github/log/leaf_validator in the all-docker-deps group #1217

🌱(deps): Bump alpine from 3.22.2 to 3.23.0 in /deploy/github/log/leaf_validator in the all-docker-deps group

🌱(deps): Bump alpine from 3.22.2 to 3.23.0 in /deploy/github/log/leaf_validator in the all-docker-deps group #1217

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- run: go test -race ./...