From bcda63a74e546525aa7bc5a67602a119c271eb38 Mon Sep 17 00:00:00 2001 From: Laszlo Hammerl Date: Tue, 28 Nov 2023 15:04:22 +0100 Subject: [PATCH] SECURITY-OPS: update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68239a6..97bde19 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -EscherGo - HTTP request signing lib [![Build Status](https://travis-ci.org/emartech/escher-go.svg?branch=master)](https://travis-ci.org/emartech/escher-go) +EscherGo - HTTP request signing lib =================================== +![Build Status](https://github.com/emartech/escher-go/actions/workflows/go.yml/badge.svg) Go implementation of the [AWS4](http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html) compatible [Escher](https://github.com/emartech/escher) HTTP request signing and authentication library. Prerequisite ------------ -In order to run the tests, some Go libraries should be installed. See `.travis.yml` for tips. +In order to run the tests, some Go libraries should be installed. Use `go get` to install the dependencies. Run the tests -------------