fix: match go version in go.mod and CI (#15104)

Causing CI to re-download Go to match the version in go.mod, and failing
on Windows, e.g.
https://github.com/coder/coder/actions/runs/11361195564/job/31600881001
This commit is contained in:
Spike Curtis
2024-10-16 12:23:48 +04:00
committed by GitHub
parent 29763b1b4c
commit 687b4dd41c
+1 -1
View File
@@ -4,7 +4,7 @@ description: |
inputs:
version:
description: "The Go version to use."
default: "1.22.5"
default: "1.22.6"
runs:
using: "composite"
steps: