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 0b017a6 commit 4de1f7cCopy full SHA for 4de1f7c
.github/workflows/nightly.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Go
22
uses: actions/setup-go@v5
23
with:
24
- go-version: 1.22.x
+ go-version: 1.23.x
25
26
- name: Get Go environment
27
id: go-env
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
runner:
19
- ubuntu-latest
20
go:
- - 1.22.x
+ - 1.23.x
steps:
- name: Checkout code
uses: actions/checkout@v4
0 commit comments