Skip to content

Commit

Permalink
Bump golang from 1.22.5 to 1.23.0 (#570)
Browse files Browse the repository at this point in the history
- Bump golang from 1.22.5 to 1.23.0.
- Bump golangci-lint to v1.60.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Macneil <[email protected]>
  • Loading branch information
dependabot[bot] and amacneil authored Aug 20, 2024
1 parent 8079766 commit 455b50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# development stage
FROM golang:1.22.5 as dev
FROM golang:1.23.0 as dev

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / Docker Test (linux/amd64)

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/
WORKDIR /src
ENV PATH="/src/typescript/node_modules/.bin:${PATH}"
RUN git config --global --add safe.directory /src
Expand All @@ -18,7 +18,7 @@ RUN apt-get update \

# golangci-lint
RUN curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| sh -s -- -b /usr/local/bin v1.59.1
| sh -s -- -b /usr/local/bin v1.60.1

# download modules
COPY go.* /src/
Expand Down

0 comments on commit 455b50f

Please sign in to comment.