Skip to content

Updates AWS packages #1572

Updates AWS packages

Updates AWS packages #1572

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GOEXPERIMENT: jsonv2
steps:
- uses: actions/checkout@v4
- uses: WillAbides/[email protected]
with:
go-version: "1.25.x"
- run: "go install honnef.co/go/tools/cmd/[email protected]"
- run: "staticcheck ./..."