Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.31.15 to 1.31.18 in /tools/clean #51

Bump github.com/aws/aws-sdk-go-v2/config from 1.31.15 to 1.31.18 in /tools/clean

Bump github.com/aws/aws-sdk-go-v2/config from 1.31.15 to 1.31.18 in /tools/clean #51

Workflow file for this run

name: Clean tool CI
on:
push:
branches: [ "main" ]
paths:
- 'tools/clean/**'
pull_request:
branches: [ "main" ]
paths:
- 'tools/clean/**'
jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: CI checks
working-directory: ./tools/clean
run: go build ./... && go test ./...