Skip to content

Commit

Permalink
Bump golang from 1.22 to 1.23 in the docker-minor group (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Gospodinow <danielgospodinow@gmail.com>
  • Loading branch information
dependabot[bot] and danielgospodinow authored Nov 29, 2024
1 parent 4b9a232 commit ff9a6fe
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
@@ -1,4 +1,4 @@
FROM golang:1.22
FROM golang:1.23

ENV PACKAGE_TO_SCAN=$PACKAGE_TO_SCAN

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test Container Image

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PACKAGE_TO_SCAN' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Expand Down

0 comments on commit ff9a6fe

Please sign in to comment.