Skip to content
Snippets Groups Projects
Commit 145bd24f authored by Axel von Bertoldi's avatar Axel von Bertoldi
Browse files

Merge branch 'mbradburn-update-jwt' into 'main'

parents 3f7cbd06 04b3315e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -eo pipefail
LATEST_STABLE_TAG=$(git -c versionsort.prereleaseSuffix="-rc" tag -l "v*.*.*" --sort=-v:refname | awk '!/rc/' | head -n 1)
LATEST_STABLE_TAG=$(git -c versionsort.suffix="-rc" tag -l "v*.*.*" --sort=-v:refname | awk '!/rc/' | head -n 1)
echo "Latest stable tag is: ${LATEST_STABLE_TAG}"
set -eo pipefail
__aws_s3_sync() {
local source="$1"
local target="$2"
......
......@@ -33,7 +33,7 @@ require (
github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b // indirect
github.com/bugsnag/panicwrap v0.0.0-20160118154447-aceac81c6e2f // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.0.1-0.20160831183534-24c63f56522a+incompatible // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.2.1-0.20151230175859-0bbddae09c5a // indirect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment