Skip to content

Commit

Permalink
✨ Upgrade golang windows image to 1.21 (#722)
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Murray <[email protected]>
  • Loading branch information
dymurray authored Nov 21, 2024
1 parent 33992f2 commit aff8940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-windowsservercore-ltsc2022 as builder
FROM golang:1.21-windowsservercore-ltsc2022 as builder
WORKDIR /analyzer-lsp

COPY cmd /analyzer-lsp/cmd
Expand Down

0 comments on commit aff8940

Please sign in to comment.