Skip to content

Commit

Permalink
Bump vscode/devcontainers/go from 1.18 to 1.19 in /.devcontainer (#46)
Browse files Browse the repository at this point in the history
Bumps vscode/devcontainers/go from 1.18 to 1.19.

---
updated-dependencies:
- dependency-name: vscode/devcontainers/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2022
1 parent 36bf36a commit 26677d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG HADOLINT_VERSION=2.4.1
FROM hadolint/hadolint:${HADOLINT_VERSION}-alpine as hadolint

FROM mcr.microsoft.com/vscode/devcontainers/go:1.18
FROM mcr.microsoft.com/vscode/devcontainers/go:1.19

RUN go install github.com/ahmetb/govvv@v0.3.0 && go install github.com/go-delve/delve/cmd/dlv@master

Expand Down

0 comments on commit 26677d9

Please sign in to comment.