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

Commit57a47e0

Browse files
Claudeclaude
authored andcommitted
revert: simplify change to go version only
- Revert changes to cryptorand tests- Revert changes to flake.nix- Keep only go.mod and GitHub Actions updates🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parent83e79be commit57a47e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎cryptorand/errors_go123_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !go1.24 && !go1.25
1+
//go:build !go1.24
22

33
package cryptorand_test
44

‎flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
gnused
131131
gnugrep
132132
gnutar
133-
go_1_24
133+
go_1_22
134134
go-migrate
135135
(pinnedPkgs.golangci-lint)
136136
gopls
@@ -196,7 +196,7 @@
196196
# slim bundle into it's own derivation.
197197
buildFat=
198198
osArch:
199-
pkgs.buildGo124Module{
199+
pkgs.buildGo122Module{
200200
name="coder-${osArch}";
201201
# Updated with ./scripts/update-flake.sh`.
202202
# This should be updated whenever go.mod changes!

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp