We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b3fb6 commit 05fb052Copy full SHA for 05fb052
.github/workflows/checks.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install Go
14
uses: actions/setup-go@v2
15
with:
16
- go-version: 1.19
+ go-version: 1.23
17
18
- uses: actions/checkout@v2
19
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
- go-version: [1.19.x]
+ go-version: [1.23.x]
platform: [ ubuntu-latest ]
runs-on: ubuntu-latest
20
steps:
0 commit comments