From 687b4dd41c50e77e6bd0c7f1f89c1baffb8c7689 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Wed, 16 Oct 2024 12:23:48 +0400 Subject: [PATCH] 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 --- .github/actions/setup-go/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-go/action.yaml b/.github/actions/setup-go/action.yaml index 387f2feed1..d4777e32a9 100644 --- a/.github/actions/setup-go/action.yaml +++ b/.github/actions/setup-go/action.yaml @@ -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: