Releases: tklauser/go-sysconf
Releases · tklauser/go-sysconf
v0.3.15
This version updates the minimum required Go version to 1.23.0, see #141 for details.
What's Changed
- .github: Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #108
- .github: Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #110
- go.mod: bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #109
- .github: Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #111
- .github: Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #113
- go.mod: bump golang.org/x/sys from 0.20.0 to 0.23.0 by @dependabot in #116
- .cirrus.yml: update Go to 1.22.5, FreeBSD to 1.13.3 by @tklauser in #117
- .github: Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #118
- go.mod: bump golang.org/x/sys from 0.23.0 to 0.24.0 by @dependabot in #119
- ci: update Go to 1.23 by @tklauser in #120
- go.mod: bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in #121
- .github: Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #122
- Test code generation in CI, allow to override GO{ARCH,OS} in mksysconf by @tklauser in #123
- mksysconf: consistently use overriden GO{ARCH,OS} by @tklauser in #124
- go.mod: bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #125
- .github: Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #127
- go.mod: bump github.com/tklauser/numcpus from 0.8.0 to 0.9.0 by @dependabot in #126
- .github: Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #128
- .github: Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #129
- ci: test on ubuntu-24.04 and macos-15 runners by @tklauser in #130
- ci: drop unsupported macos-12 runner by @tklauser in #133
- go.mod: bump golang.org/x/sys from 0.26.0 to 0.28.0 by @dependabot in #132
- .github: bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #134
- go.mod: bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in #135
- .github/workflows: add version comments to used actions by @tklauser in #136
- .github: Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #137
- ci: add ubuntu-24.04-arm runner by @tklauser in #138
- go.mod: bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #139
- Update Go to 1.24 by @tklauser in #140
- go.mod: update minimum Go version to 1.23.0 by @tklauser in #141
- go.mod: bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #142
- go.mod: update github.com/tklauser/numcpu to v0.10.0 by @tklauser in #143
Full Changelog: v0.3.14...v0.3.15
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