Skip to content

Commit cb6fea6

Browse files
authored
chore: upgrade go to 1.21.9 (coder#12861)
1 parent a3187dc commit cb6fea6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: |
44
inputs:
55
version:
66
description: "The Go version to use."
7-
default: "1.21.5"
7+
default: "1.21.9"
88
runs:
99
using: "composite"
1010
steps:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
with:
229229
# This doesn't need caching. It's super fast anyways!
230230
cache: false
231-
go-version: 1.21.5
231+
go-version: 1.21.9
232232

233233
- name: Install shfmt
234234
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM ubuntu:jammy AS go
88

99
RUN 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.21.5
11+
ARG GO_VERSION=1.21.9
1212
RUN mkdir --parents /usr/local/go
1313

1414
# Boring Go is needed to build FIPS-compliant binaries.

0 commit comments

Comments
 (0)