Skip to content

Bump the aws group with 3 updates #133

Bump the aws group with 3 updates

Bump the aws group with 3 updates #133

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.25.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v6
- run: sudo make test
- run: make verify