Skip to content

Commit ec0d4e6

Browse files
authored
Update Go versions (#50)
* Update CI tests for latest versions. * Update supported versions to 1.24.0. Signed-off-by: SuperQ <[email protected]>
1 parent 8f0d006 commit ec0d4e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
go-version:
16-
- "1.23.x"
1716
- "1.24.x"
17+
- "1.25.x"
1818
runs-on: ubuntu-latest
1919

2020
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
go-version:
17-
- "1.23.x"
1817
- "1.24.x"
18+
- "1.25.x"
1919
os: [ubuntu-latest, macos-latest]
2020
runs-on: ${{ matrix.os }}
2121

go.mod

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

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/google/go-cmp v0.7.0

0 commit comments

Comments
 (0)