Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 687b4dd

Browse files
authored
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
1 parent 29763b1 commit 687b4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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.22.5"
7+
default: "1.22.6"
88
runs:
99
using: "composite"
1010
steps:

0 commit comments

Comments
 (0)