Skip to content

Commit 5a9dce0

Browse files
committed
updated the testing to Go v1.23.1
1 parent 47b9860 commit 5a9dce0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
13-
go-version: [ "1.19" ]
13+
go-version: [ "1.23.1" ]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
-
@@ -39,7 +39,7 @@ jobs:
3939
- name: setup Go
4040
uses: actions/setup-go@v3
4141
with:
42-
go-version: 1.19
42+
go-version: 1.23.1
4343
- name: checkout
4444
uses: actions/checkout@v3
4545
- name: measure coverage

0 commit comments

Comments
 (0)