Skip to content

Commit

Permalink
feat: go1.17.8
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Mar 4, 2022
1 parent 72e7072 commit 2987b0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GO_VERSION=1.17.7
GO_VERSION=1.17.8
GIT_CHGLOG_VERSION=v0.15.0
GORELEASER_VERSION=1.5.0
OSX_SDK=MacOSX12.0.sdk
Expand Down
8 changes: 4 additions & 4 deletions scripts/image-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ function generate_tags {
GORELEASER_VERSION=v$GORELEASER_VERSION

if [[ $("${SCRIPT_DIR}"/is_prerelease.sh "$tag") == true ]]; then
echo "$hub:$tag"
echo "$hub:$tag.$GORELEASER_VERSION"
echo "$ghcr:$tag"
echo "$hub:$tag"
echo "$ghcr:$tag.$GORELEASER_VERSION"
echo "$ghcr:$tag"
else
echo "$hub:latest"
echo "$hub:$tag"
echo "$hub:$tag-$GORELEASER_VERSION"
echo "$hub:$tag"
echo "$ghcr:latest"
echo "$ghcr:$tag"
echo "$ghcr:$tag-$GORELEASER_VERSION"
echo "$ghcr:$tag"
fi

exit 0
Expand Down

0 comments on commit 2987b0b

Please sign in to comment.