Skip to content

Commit

Permalink
Go: bump go-junit-report to v2.1.0 (was v2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Jul 12, 2024
1 parent cc990eb commit 6e31384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/_common/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ GO111MODULE=off go get -v github.com/stretchr/testify/assert
GO111MODULE=off go get -v golang.org/x/text

# Install https://github.com/jstemmer/go-junit-report
curl -fsSL https://github.com/jstemmer/go-junit-report/releases/download/v2.0.0/go-junit-report-v2.0.0-linux-amd64.tar.gz | tar xzvf -
curl -fsSL https://github.com/jstemmer/go-junit-report/releases/download/v2.1.0/go-junit-report-v2.1.0-linux-amd64.tar.gz | tar xzvf -
install -t /usr/local/bin go-junit-report
rm -f go-junit-report

0 comments on commit 6e31384

Please sign in to comment.