Skip to content

update x/net and aws-sdk #146

update x/net and aws-sdk

update x/net and aws-sdk #146

Workflow file for this run

name: Test
on: push
env:
GO_VERSION: 1.21.3
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Run tests
run: make test