Skip to content

Commit

Permalink
Upgrade golang windows image to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Murray <[email protected]>
  • Loading branch information
dymurray committed Nov 14, 2024
1 parent 625d0bc commit 52fdc8c
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 52fdc8c

Please sign in to comment.