diff --git a/.goreleaser.yml b/.goreleaser.yml index 510e307c..ef70fdad 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,7 +26,7 @@ builds: - <<: *build_defaults id: windows goos: [windows] - goarch: [amd64, arm64] + goarch: [amd64] snapshot: name_template: "SNAPSHOT-{{.ShortCommit}}" diff --git a/README.md b/README.md index b1e77e93..39cbe576 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BuildPulse Test Reporter [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/buildpulse/test-reporter/master/LICENSE) -The BuildPulse test reporter is a binary that connects your continuous integration (CI) to [buildpulse.io][] to help you detect, track, and eliminate flaky tests. +The BuildPulse test reporter is a binary that connects your continuous integration (CI) to [buildpulse.io][] to help you find and [fix flaky tests](https://buildpulse.io/products/flaky-tests). Get started at [buildpulse.io][]. diff --git a/go.mod b/go.mod index 9e40409a..6674a2f3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/buildpulse/test-reporter go 1.21 require ( - github.com/aws/aws-sdk-go v1.50.11 + github.com/aws/aws-sdk-go v1.51.32 github.com/caarlos0/env/v6 v6.10.1 github.com/dnaeon/go-vcr v1.2.0 github.com/go-git/go-git/v5 v5.11.0 diff --git a/go.sum b/go.sum index 427900b1..365b35d0 100644 --- a/go.sum +++ b/go.sum @@ -11,8 +11,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= -github.com/aws/aws-sdk-go v1.50.11 h1:BxUqMbkzKzzQ6FXLlZFNFkFjHnv6utbc4PItVs5SvaE= -github.com/aws/aws-sdk-go v1.50.11/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.51.32 h1:A6mPui7QP4mwmovyzgtdedbRbNur1Iu0/El7hBWNHms= +github.com/aws/aws-sdk-go v1.51.32/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/caarlos0/env/v6 v6.10.1 h1:t1mPSxNpei6M5yAeu1qtRdPAK29Nbcf/n3G7x+b3/II= github.com/caarlos0/env/v6 v6.10.1/go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5Zu0ddvwc=