Skip to content

build(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 #422

build(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0

build(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 #422

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
go-test:
name: go-test
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...