Skip to content

Commit

Permalink
bump dependency release to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblloyd committed Apr 9, 2024
1 parent f0a2c98 commit a10d347
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Release
on:
workflow_dispatch:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
Expand All @@ -13,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod

Expand Down
4 changes: 2 additions & 2 deletions cicd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#syntax=docker/dockerfile-upstream:1.5
ARG GO_APP

FROM alpine:3.19 as deps
FROM alpine:3.19.1 as deps

ARG GO_APP
ARG GORELEASER_DIST_DIR=/go/src/dist
Expand All @@ -28,7 +28,7 @@ RUN <<EOT
cp ${BIN_PATH} /go/bin
EOT

FROM alpine:3.19
FROM alpine:3.19.1

ARG GO_APP
ENV GO_APP ${GO_APP}
Expand Down
2 changes: 2 additions & 0 deletions cicd/tag-deps-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.14.1
0.14.2

0 comments on commit a10d347

Please sign in to comment.