Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
csfrancis committed Sep 27, 2024
1 parent a230486 commit e39beed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ dist:
.PHONY: setup
setup:
go mod download
go mod tidy
go install github.com/go-bindata/go-bindata/v3/[email protected]

.PHONY: tidy
tidy:
go mod tidy

.PHONY: test
test:
go test -tags debug -v ./...
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/csfrancis/proxytv

go 1.22.0

toolchain go1.22.5
go 1.23.0

require (
github.com/creasty/defaults v1.8.0
Expand Down

0 comments on commit e39beed

Please sign in to comment.