Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.62.2 to 1.62.4 #584

Bump github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.62.2 to 1.62.4

Bump github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.62.2 to 1.62.4 #584

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.25.0
- name: Install Tools
run: make tools
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
files: ./cover.out
functionalities: fix