Skip to content

Commit

Permalink
deps(container): Bumping golang to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Jan 4, 2023
1 parent d3a98b6 commit b7eec7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- path: golang
version: 1.19.3
version: 1.19.4
- path: node
version: 18.10.0-buster
- path: postgres
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- path: golang
version: 1.19.3
version: 1.19.4
- path: node
version: 18.10.0-buster
- path: postgres
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.3
FROM golang:1.19.4
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg && \
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
apt-get update
Expand Down

0 comments on commit b7eec7e

Please sign in to comment.