Skip to content

Commit e63170d

Browse files
authored
Merge pull request #141 from tklauser/min-go-1.23
go.mod: update minimum Go version to 1.23.0
2 parents 026d496 + e715136 commit e63170d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
build-and-test:
1313
strategy:
1414
matrix:
15-
# Oldest supported version is 1.18, plus the latest two releases.
16-
go-version: ['1.18', '1.23', '1.24']
15+
# Latest two supported releases.
16+
go-version: ['1.23', '1.24']
1717
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2019, windows-2022]
1818
runs-on: ${{ matrix.os }}
1919

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tklauser/go-sysconf
22

3-
go 1.18
3+
go 1.23.0
44

55
require (
66
github.com/tklauser/numcpus v0.9.0

0 commit comments

Comments
 (0)