Skip to content

Bump github.com/aws/aws-sdk-go from 1.54.14 to 1.54.15 #579

Bump github.com/aws/aws-sdk-go from 1.54.14 to 1.54.15

Bump github.com/aws/aws-sdk-go from 1.54.14 to 1.54.15 #579

Workflow file for this run

name: Blackbox Tests
on:
push:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Check out source code
uses: actions/checkout@v2
- name: Build
env:
GOPROXY: "https://proxy.golang.org"
run: make build
- name: Blackbox tests
env:
GOPROXY: "https://proxy.golang.org"
run: make bbtest