Skip to content

Commit 0424c78

Browse files
committed
Bump minimum go version to 1.23
1 parent cf2181d commit 0424c78

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ ubuntu-latest, macos-latest, windows-latest ]
10-
go: [ 1.22.x ]
10+
go: [ 1.23.x ]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@main

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build and Test
88
strategy:
99
matrix:
10-
go: [ 1.22.x ]
10+
go: [ 1.23.x ]
1111
runs-on:
1212
- ubuntu-latest
1313
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/markdingo/netstring
22

3-
go 1.22
3+
go 1.23

0 commit comments

Comments
 (0)