Skip to content

Commit

Permalink
Bump golang from 1.17 to 1.22 (#75)
Browse files Browse the repository at this point in the history
Bumps golang from 1.17 to 1.22.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 0905077 commit 429f4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN pip3 install --no-cache-dir ./k8scrhandler ./robcoewmtypes && \
python3 -c "import k8scrhandler; import robcoewmtypes"

# Base golang image containing all go applications
FROM golang:1.17 AS go_builder
FROM golang:1.22 AS go_builder

ARG SKIP_TESTS=false
# Copy go code
Expand Down

0 comments on commit 429f4d7

Please sign in to comment.