Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit687b4dd

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 failingon Windows, e.g.https://github.com/coder/coder/actions/runs/11361195564/job/31600881001
1 parent29763b1 commit687b4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp