File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198
198
with :
199
199
# This doesn't need caching. It's super fast anyways!
200
200
cache : false
201
- go-version : 1.20.5
201
+ go-version : 1.20.6
202
202
203
203
- name : Install prettier
204
204
# We only need prettier for fmt, so do not install all dependencies.
Original file line number Diff line number Diff line change 31
31
# For some reason, setup-go won't actually pick up a new patch version if
32
32
# it has an old one cached. We need to manually specify the versions so we
33
33
# can get the latest release. Never use "~1.xx" here!
34
- CODER_GO_VERSION : " 1.20.5 "
34
+ CODER_GO_VERSION : " 1.20.6 "
35
35
36
36
jobs :
37
37
release :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
22
22
cancel-in-progress : ${{ github.event_name == 'pull_request' }}
23
23
24
24
env :
25
- CODER_GO_VERSION : " 1.20.5 "
25
+ CODER_GO_VERSION : " 1.20.6 "
26
26
27
27
jobs :
28
28
codeql :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM ubuntu:jammy 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.20.5
11
+ ARG GO_VERSION=1.20.6
12
12
RUN mkdir --parents /usr/local/go
13
13
14
14
# Boring Go is needed to build FIPS-compliant binaries.
You can’t perform that action at this time.
0 commit comments