Skip to content

Commit dae1075

Browse files
authored
upgrade to Go 1.24 (#215)
1 parent a68a5ee commit dae1075

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test-integration: $(TMUX_FASTCOPY)
4949
go test -C integration $(TEST_FLAGS) ./...
5050

5151
.PHONY: cover
52-
cover: export GOEXPERIMENT = coverageredesign
52+
cover:
5353
cover:
5454
go test $(TEST_FLAGS) -coverprofile=cover.out -coverpkg=./... ./...
5555
go tool cover -html=cover.out -o cover.html

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/abhinav/tmux-fastcopy
22

3-
go 1.23.5
3+
go 1.24
44

55
require (
66
github.com/benbjohnson/clock v1.3.5
@@ -28,3 +28,5 @@ require (
2828
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
2929
gopkg.in/yaml.v3 v3.0.1 // indirect
3030
)
31+
32+
tool github.com/golang/mock/mockgen

integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/abhinav/tmux-fastcopy/integration
22

3-
go 1.23.5
3+
go 1.24
44

55
require (
66
github.com/abhinav/tmux-fastcopy v0.14.1

tools.go

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)