Releases: tklauser/go-sysconf
Releases · tklauser/go-sysconf
v0.3.14
What's Changed
- .github: Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #91
- .cirrus.yml: drop FreeBSD 12, add FreeBSD 14 by @tklauser in #93
- go.mod: bump golang.org/x/sys from 0.15.0 to 0.16.0 by @dependabot in #92
- Remove unnecessary +build tags by @tklauser in #94
- Fix Sysconf(SC_PTHREAD_STACK_MIN) for macOS 14 by @tklauser in #96
- ci: test on macOS 14 by @tklauser in #95
- go.mod: bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in #97
- go.mod: bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #98
- ci: update Go to 1.22 by @tklauser in #99
- .cirrus.yml: update Go to 1.22 by @tklauser in #100
- .github: Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #101
- go.mod: bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #102
- .github: Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #103
- .github: Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #104
- .cirrus.yml: update Go to 1.22.2 by @tklauser in #105
- .github/workflows: test on windows by @tklauser in #106
- go.mod: bump github.com/tklauser/numcpus to v0.8.0 by @tklauser in #107
Full Changelog: v0.3.13...v0.3.14
v0.3.13
What's Changed
- .github: Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #79
- .github: Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #80
- go.mod: bump golang.org/x/sys from 0.11.0 to 0.12.0 by @dependabot in #81
- .github: Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #82
- .github: Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #83
- go.mod: bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #84
- .github: Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #85
- go.mod: bump golang.org/x/sys from 0.13.0 to 0.14.0 by @dependabot in #86
- ci: update Go to 1.21 by @tklauser in #87
- .cirrus.yml: update Go to 1.21.3 by @tklauser in #88
- go.mod: bump golang.org/x/sys from 0.14.0 to 0.15.0 by @dependabot in #89
- Update minimum supported Go version to 1.18 by @tklauser in #90
Full Changelog: v0.3.12...v0.3.13
v0.3.12
What's Changed
- .github: Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #54
- go.mod: bump golang.org/x/sys from 0.2.0 to 0.3.0 by @dependabot in #55
- .github: Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #56
- .github: Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #57
- go.mod: bump golang.org/x/sys from 0.3.0 to 0.4.0 by @dependabot in #58
- .github: Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #59
- ci: update Go to 1.20, drop 1.17 by @tklauser in #60
- go.mod: bump golang.org/x/sys from 0.4.0 to 0.5.0 by @dependabot in #61
- go.mod: bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #62
- .github: Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #63
- .github: Bump actions/setup-go from 3.5.0 to 4.0.0 by @dependabot in #64
- .github: Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #65
- go.mod: bump golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #66
- .github: Bump actions/checkout from 3.5.0 to 3.5.1 by @dependabot in #67
- .github: Bump actions/checkout from 3.5.1 to 3.5.2 by @dependabot in #68
- .github/workflows: test on macOS 13 by @tklauser in #69
- Adjust SC_OPEN_MAX and SC_STREAM_MAX for macOS 13 (Ventura) and later by @tklauser in #71
- go.mod: bump golang.org/x/sys from 0.7.0 to 0.8.0 by @dependabot in #70
- .github: Bump actions/setup-go from 4.0.0 to 4.0.1 by @dependabot in #72
- go.mod: bump github.com/tklauser/numcpus from 0.6.0 to 0.6.1 by @dependabot in #73
- .github: Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #74
- go.mod: bump golang.org/x/sys from 0.8.0 to 0.9.0 by @dependabot in #75
- go.mod: bump golang.org/x/sys from 0.9.0 to 0.10.0 by @dependabot in #76
- go.mod: bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #78
Full Changelog: v0.3.11...v0.3.12
v0.3.11
What's Changed
- .github/workflows: update actions/setup-go to v3 by @tklauser in #34
- .cirrus.yml: define Go version as env variable by @tklauser in #35
- ci: update to Go 1.18, drop Go 1.15 by @tklauser in #36
- .cirrus.yml: update to Go 1.18.1 by @tklauser in #37
- .github: add dependabot config by @tklauser in #38
- Bump actions/checkout from 2 to 3 by @dependabot in #39
- .github/workflows: use version hashes for actions by @tklauser in #40
- .github/workflows: test on ubuntu-22.04 and macos-12 beta runners by @tklauser in #41
- go.mod: bump github.com/tklauser/numcpus from 0.4.0 to 0.5.0 by @dependabot in #42
- .github: Bump actions/setup-go from 3.1.0 to 3.2.0 by @dependabot in #43
- .github: Bump actions/setup-go from 3.2.0 to 3.2.1 by @dependabot in #45
- .github/workflows: drop macOS 10.15 by @tklauser in #46
- .github/workflows: update Go to 1.19, drop 1.16 by @tklauser in #47
- .github: Bump actions/setup-go from 3.2.1 to 3.3.0 by @dependabot in #48
- .cirrus.yml: update to Go 1.19.1 by @tklauser in #49
- .github: Bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #50
- .github: Bump actions/setup-go from 3.3.0 to 3.3.1 by @dependabot in #51
- go.mod: bump github.com/tklauser/numcpus from 0.5.0 to 0.6.0 by @dependabot in #52
- Add freebsd/riscv64 support by @tklauser in #53
New Contributors
- @dependabot made their first contribution in #39
Full Changelog: v0.3.10...v0.3.11