From aff8707292f1f127cee460e2f6ea59d22f8ee1c5 Mon Sep 17 00:00:00 2001 From: kyokomi Date: Thu, 23 Feb 2023 09:17:22 +0900 Subject: [PATCH] fix status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f86d1..1eca1f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ s3gopolicy ========================================= -[![CircleCI](https://circleci.com/gh/kyokomi/s3gopolicy/tree/master.svg?style=svg)](https://circleci.com/gh/kyokomi/s3gopolicy/tree/master) [![codecov](https://codecov.io/gh/kyokomi/s3gopolicy/branch/master/graph/badge.svg)](https://codecov.io/gh/kyokomi/s3gopolicy) +[![go](https://github.com/kyokomi/s3gopolicy/actions/workflows/go.yml/badge.svg)](https://github.com/kyokomi/s3gopolicy/actions/workflows/go.yml) [![codecov](https://codecov.io/gh/kyokomi/s3gopolicy/branch/master/graph/badge.svg)](https://codecov.io/gh/kyokomi/s3gopolicy) Authenticating Requests in Browser-Based Uploads Using POST (AWS Signature Version 2 or 4) for golang