We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304102a commit 71a9036Copy full SHA for 71a9036
1 file changed
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Go
18
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
19
with:
20
- go-version: 'stable'
+ go-version: '1.23'
21
- run: make validate
22
23
test:
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- run: make test
44
0 commit comments