Skip to content

Commit

Permalink
ci(docker): update go version to 1.22 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlce authored Jun 16, 2024
1 parent db476f2 commit ba8d223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG DAED_VERSION

FROM golang:1.21-bookworm as build
FROM golang:1.22-bookworm as build

RUN \
apt-get update; apt-get install -y git make llvm-15 clang-15; \
Expand Down

0 comments on commit ba8d223

Please sign in to comment.