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 3ce8e5f commit 1b9914bCopy full SHA for 1b9914b
.github/workflows/checks.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- go-version: [ '1.22' ]
+ go-version: [ '1.22', '1.23' ]
10
steps:
11
- uses: actions/checkout@v1
12
- name: Set up Go ${{ matrix.go-version }}
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
0 commit comments