We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2181d commit 0424c78Copy full SHA for 0424c78
3 files changed
.github/workflows/codecov.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ ubuntu-latest, macos-latest, windows-latest ]
10
- go: [ 1.22.x ]
+ go: [ 1.23.x ]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@main
.github/workflows/go.yml
name: Build and Test
runs-on:
- ubuntu-latest
go.mod
@@ -1,3 +1,3 @@
1
module github.com/markdingo/netstring
2
3
-go 1.22
+go 1.23
0 commit comments