File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN mkdir -p /etc/apt/keyrings \
57
57
&& echo '{"cgroup-parent":"/actions_job","storage-driver":"vfs"}' >> /etc/docker/daemon.json
58
58
59
59
# install golang and language tooling
60
- ENV GO_VERSION=1.19
60
+ ENV GO_VERSION=1.20
61
61
ENV GOPATH=$HOME/go-packages
62
62
ENV GOROOT=$HOME/go
63
63
ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM ubuntu AS go
8
8
9
9
RUN apt-get update && apt-get install --yes curl gcc
10
10
# Install Go manually, so that we can control the version
11
- ARG GO_VERSION=1.19
11
+ ARG GO_VERSION=1.20
12
12
RUN mkdir --parents /usr/local/go
13
13
14
14
# Boring Go is needed to build FIPS-compliant binaries.
Original file line number Diff line number Diff line change 24
24
getopt
25
25
git
26
26
go-migrate
27
- go_1_19
27
+ go_1_20
28
28
golangci-lint
29
29
gopls
30
30
gotestsum
Original file line number Diff line number Diff line change 1
1
module github.com/coder/coder
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
// Required until https://github.com/manifoldco/promptui/pull/169 is merged.
6
6
replace github.com/manifoldco/promptui => github.com/kylecarbs/promptui v0.8.1-0.20201231190244-d8f2159af2b2
You can’t perform that action at this time.
0 commit comments