Skip to content

Commit b299f2a

Browse files
committed
Do not specify a go version in workflow
Since this project do not use go, we don't need it.
1 parent cd3f56b commit b299f2a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/check-npm-dependencies-task.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
- ".licensed.json"
1212
- ".licensed.ya?ml"
1313
- ".npmrc"
14-
- "go.mod"
15-
- "go.sum"
1614
- "Taskfile.ya?ml"
1715
- "**/.gitmodules"
1816
- "**/package.json"
@@ -24,8 +22,6 @@ on:
2422
- ".npmrc"
2523
- ".licensed.json"
2624
- ".licensed.ya?ml"
27-
- "go.mod"
28-
- "go.sum"
2925
- "Taskfile.ya?ml"
3026
- "**/.gitmodules"
3127
- "**/package.json"
@@ -88,8 +84,6 @@ jobs:
8884

8985
- name: Install Go
9086
uses: actions/setup-go@v6
91-
with:
92-
go-version-file: go.mod
9387

9488
- name: Setup Node.js
9589
uses: actions/setup-node@v6
@@ -155,8 +149,6 @@ jobs:
155149

156150
- name: Install Go
157151
uses: actions/setup-go@v6
158-
with:
159-
go-version-file: go.mod
160152

161153
- name: Setup Node.js
162154
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)