mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user