Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #300

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #300

Workflow file for this run

name: CD
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.19.1
- name: Build
run: |
go build -v ./cmd/aws-sigv4-proxy
- name: Run tests
run: go test -v ./...