Skip to content

Commit 9932c89

Browse files
authored
Merge pull request #4774 from Kuzuri247/update
🌱 (Follow up of #4752 )Remove 'install-mode: goinstall' from the GitHub Action. This was added temporarily to allow us to move forward. (removed this temporary addition before any release.)
2 parents 64526f1 + 2c3f13e commit 9932c89

File tree

9 files changed

+0
-9
lines changed
  • .github/workflows
  • docs/book/src
    • cronjob-tutorial/testdata/project/.github/workflows
    • getting-started/testdata/project/.github/workflows
    • multiversion-tutorial/testdata/project/.github/workflows
  • pkg/plugins/golang/v4/scaffolds/internal/templates/github
  • testdata
    • project-v4-multigroup/.github/workflows
    • project-v4-with-plugins/.github/workflows
    • project-v4/.github/workflows

9 files changed

+0
-9
lines changed

.github/workflows/lint-sample.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- name: Run linter
3939
uses: golangci/golangci-lint-action@v7
4040
with:
41-
install-mode: goinstall
4241
version: v2.0.2
4342
working-directory: ${{ matrix.folder }}
4443
args: --config .golangci.yml ./...

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- name: Run linter
2727
uses: golangci/golangci-lint-action@v7
2828
with:
29-
install-mode: goinstall
3029
version: v2.0.2
3130

3231
yamllint:

docs/book/src/cronjob-tutorial/testdata/project/.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
- name: Run linter
2121
uses: golangci/golangci-lint-action@v7
2222
with:
23-
install-mode: goinstall
2423
version: v2.0.2

docs/book/src/getting-started/testdata/project/.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
- name: Run linter
2121
uses: golangci/golangci-lint-action@v7
2222
with:
23-
install-mode: goinstall
2423
version: v2.0.2

docs/book/src/multiversion-tutorial/testdata/project/.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
- name: Run linter
2121
uses: golangci/golangci-lint-action@v7
2222
with:
23-
install-mode: goinstall
2423
version: v2.0.2

pkg/plugins/golang/v4/scaffolds/internal/templates/github/lint.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ jobs:
6868
- name: Run linter
6969
uses: golangci/golangci-lint-action@v7
7070
with:
71-
install-mode: goinstall
7271
version: {{ .GolangciLintVersion }}
7372
`

testdata/project-v4-multigroup/.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
- name: Run linter
2121
uses: golangci/golangci-lint-action@v7
2222
with:
23-
install-mode: goinstall
2423
version: v2.0.2

testdata/project-v4-with-plugins/.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
- name: Run linter
2121
uses: golangci/golangci-lint-action@v7
2222
with:
23-
install-mode: goinstall
2423
version: v2.0.2

testdata/project-v4/.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
- name: Run linter
2121
uses: golangci/golangci-lint-action@v7
2222
with:
23-
install-mode: goinstall
2423
version: v2.0.2

0 commit comments

Comments
 (0)