Skip to content

Commit 57a47e0

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 parent 83e79be commit 57a47e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cryptorand/errors_go123_test.go

+1-1
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

+2-2
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)