Skip to content

Commit

Permalink
chore(deps): update golang to v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent c436411 commit c0b86a1
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,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.22.4 as build
FROM golang:1.23.2 as build

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / go-build / Build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ARG VERSION
WORKDIR /app
COPY go.mod go.sum ./
Expand Down

0 comments on commit c0b86a1

Please sign in to comment.