Skip to content

Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20 #31

Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20

Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20 #31

Workflow file for this run

name: Build
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.22.4
- name: Build
run: |
go build -v ./cmd/aws-sigv4-proxy
- name: Run tests
run: go test -v ./...