Skip to content

Commit ed22323

Browse files
authored
Download exact go lang version in actions (#3436)
1 parent 21b833a commit ed22323

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: actions/setup-go@v5
3535
with:
3636
go-version-file: go.mod
37-
check-latest: true
3837
- name: golangci-lint
3938
uses: golangci/golangci-lint-action@v6
4039
with:
@@ -52,6 +51,5 @@ jobs:
5251
uses: actions/setup-go@v5
5352
with:
5453
go-version-file: go.mod
55-
check-latest: true
5654
- name: Run go fmt
5755
run: make format && git diff --exit-code

.github/workflows/tests-integration-reusable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
uses: actions/setup-go@v5
7171
with:
7272
go-version-file: go.mod
73-
check-latest: true
7473

7574
- name: Install Tools
7675
env:

.github/workflows/tests-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ jobs:
110110
if: ${{ inputs.run_unit_tests || inputs.run_unit_tests == '' }}
111111
with:
112112
go-version-file: go.mod
113-
check-latest: true
114113
- name: Run Units
115114
if: ${{ inputs.run_unit_tests || inputs.run_unit_tests == '' }}
116115
run: make units

.github/workflows/tests-unit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
uses: actions/setup-go@v5
5555
with:
5656
go-version-file: go.mod
57-
check-latest: true
5857
cache: true
5958

6059
- name: Install Windows Build Dependencies

0 commit comments

Comments
 (0)