Skip to content

Vendor AWS to avoid CGO build requirement #10

Vendor AWS to avoid CGO build requirement

Vendor AWS to avoid CGO build requirement #10

Workflow file for this run

name: Test
on:
pull_request: {}
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
checks: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61