Skip to content

Commit

Permalink
Set go to 1.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval committed Nov 21, 2024
1 parent f31c32d commit 537e4d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ receptorctl-test-venv/
/test-configs
coverage.txt
venv
/vendor
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ coverage: build-all

test: receptor
PATH="${PWD}:${PATH}" \
$(GO) test $$($(GO) list ./... | grep -vE $(BLOCKLIST)) \
$(GO) test $$($(GO) list ./...) \
$(TESTCMD) \
-count=1 \
-race \
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ansible/receptor

go 1.22.9
go 1.22.7

require (
github.com/creack/pty v1.1.23
Expand Down Expand Up @@ -92,5 +92,3 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/quic-go/quic-go v0.40.1 => github.com/AaronH88/quic-go v0.0.0-20240925173611-8b838692e0f5 //nolint:gomoddirectives

0 comments on commit 537e4d0

Please sign in to comment.