Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ssm #173

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ssm

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ssm #173

Workflow file for this run

name: go
on: [push]
jobs:
test:
name: build
runs-on: ubuntu-latest
strategy:
matrix:
go:
- '^1.22.1'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go
- name: build & test
run: |
make test