We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b9860 commit 5a9dce0Copy full SHA for 5a9dce0
1 file changed
.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
13
- go-version: [ "1.19" ]
+ go-version: [ "1.23.1" ]
14
runs-on: ${{ matrix.os }}
15
steps:
16
-
@@ -39,7 +39,7 @@ jobs:
39
- name: setup Go
40
uses: actions/setup-go@v3
41
with:
42
- go-version: 1.19
+ go-version: 1.23.1
43
- name: checkout
44
uses: actions/checkout@v3
45
- name: measure coverage
0 commit comments