File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198198 with :
199199 # This doesn't need caching. It's super fast anyways!
200200 cache : false
201- go-version : 1.20.5
201+ go-version : 1.20.6
202202
203203 - name : Install prettier
204204 # We only need prettier for fmt, so do not install all dependencies.
Original file line number Diff line number Diff line change 3131 # For some reason, setup-go won't actually pick up a new patch version if
3232 # it has an old one cached. We need to manually specify the versions so we
3333 # can get the latest release. Never use "~1.xx" here!
34- CODER_GO_VERSION : " 1.20.5 "
34+ CODER_GO_VERSION : " 1.20.6 "
3535
3636jobs :
3737 release :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
2222 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
2323
2424env :
25- CODER_GO_VERSION : " 1.20.5 "
25+ CODER_GO_VERSION : " 1.20.6 "
2626
2727jobs :
2828 codeql :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM ubuntu:jammy AS go
88
99RUN apt-get update && apt-get install --yes curl gcc
1010# Install Go manually, so that we can control the version
11- ARG GO_VERSION=1.20.5
11+ ARG GO_VERSION=1.20.6
1212RUN mkdir --parents /usr/local/go
1313
1414# Boring Go is needed to build FIPS-compliant binaries.
You can’t perform that action at this time.
0 commit comments