Skip to content

Commit 1e76f13

Browse files
zimmskiMunsio
authored andcommitted
Use Go version for CI from "go.mod" file
1 parent 650f72f commit 1e76f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/job-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go
1212
uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.23.6"
14+
go-version-file: "go.mod"
1515

1616
- name: Install ack
1717
run: sudo apt-get update && sudo apt-get install -y ack-grep

.github/workflows/job-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.23.6"
24+
go-version-file: "go.mod"
2525

2626
- name: Set up Java
2727
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)