Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

chore(deps): Update go minor and patch #131

chore(deps): Update go minor and patch

chore(deps): Update go minor and patch #131

name: ci-go-load-tests
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
paths:
- "**/*.go"
- "**/go.mod"
- .github/workflows/*
permissions:
contents: read
actions: write
jobs:
ci-go-tests:
runs-on: warp-ubuntu-latest-arm64-4x
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.25.0
cache-dependency-path: go.sum
- name: Run Unit Tests
run: go test -race -v ./load_test/...