Skip to content

Commit

Permalink
go.mod: bump to go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tklauser committed Mar 16, 2022
1 parent 428cd96 commit d723fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ freebsd_12_task:
pkg install -y git go
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
bin/${GO_VERSION} download
build_script: bin/${GO_VERSION} build -v ./...
build_script: bin/${GO_VERSION} build -buildvcs=false -v ./...
test_script: bin/${GO_VERSION} test -race ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/tklauser/numcpus

go 1.11
go 1.13

require golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27

0 comments on commit d723fb3

Please sign in to comment.