Skip to content
Snippets Groups Projects

fix(deps): update module github.com/tklauser/go-sysconf to v0.3.13

Merged renovate requested to merge renovate/github.com-tklauser-go-sysconf-0.x into master
288+ files
+ 25472
7005
Compare changes
  • Side-by-side
  • Inline
Files
288+
env:
CIRRUS_CLONE_DEPTH: 1
GO_VERSION: go1.21.3
freebsd_12_task:
freebsd_instance:
image_family: freebsd-12-3
install_script: |
pkg install -y go
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
bin/${GO_VERSION} download
build_script: bin/${GO_VERSION} build -v ./...
test_script: bin/${GO_VERSION} test -race ./...
freebsd_13_task:
freebsd_instance:
image_family: freebsd-13-0
install_script: |
pkg install -y go
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
bin/${GO_VERSION} download
build_script: bin/${GO_VERSION} build -v ./...
test_script: bin/${GO_VERSION} test -race ./...
Loading