Skip to content

Commit

Permalink
Demo site: use go 1.21
Browse files Browse the repository at this point in the history
Zoekt has started depending on it.
  • Loading branch information
isker committed Dec 26, 2023
1 parent 5885de4 commit b3e7d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Dockerfile.zoekt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as go-builder
FROM golang:1.21 as go-builder
# The ctags in debian stable is far too old for zoekt. And the alpine community
# repo package is not built with all the flags zoekt needs. Source builds ahoy.
WORKDIR /ctags
Expand Down

0 comments on commit b3e7d24

Please sign in to comment.