Skip to content

fix: clean up dead IAMRoleClient, correct api_gateway capability ops #3

fix: clean up dead IAMRoleClient, correct api_gateway capability ops

fix: clean up dead IAMRoleClient, correct api_gateway capability ops #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
GOPRIVATE: github.com/GoCodeAlone/*
jobs:
test:
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26'
- name: Configure Git for private repos
run: git config --global url."https://x-access-token:${{ secrets.RELEASES_TOKEN }}@github.com/".insteadOf "https://github.com/"
- run: go test -race ./...
- run: go vet ./...