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 650f72f commit 1e76f13Copy full SHA for 1e76f13
.github/workflows/job-lint.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Go
12
uses: actions/setup-go@v5
13
with:
14
- go-version: "1.23.6"
+ go-version-file: "go.mod"
15
16
- name: Install ack
17
run: sudo apt-get update && sudo apt-get install -y ack-grep
.github/workflows/job-test.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
- name: Set up Java
27
uses: actions/setup-java@v4
0 commit comments