Skip to content

Commit 9173a9d

Browse files
GODRIVER-3493 Test why codeql is breaking
1 parent 37d2e33 commit 9173a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.work

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
go 1.23.1
1+
go 1.22
22

33
use (
44
.
55
./examples/_logger/logrus
66
./examples/_logger/zap
77
./examples/_logger/zerolog
88
./internal/cmd/benchmark
9+
./internal/cmd/compilecheck
910
./internal/cmd/faas/awslambda/mongodb
1011
./internal/test/goleak
11-
./internal/cmd/compilecheck
1212
)

0 commit comments

Comments
 (0)