Skip to content

Commit 8230745

Browse files
authored
Remove Go setup from build.yml
Removed Go setup action from the build workflow.
1 parent b05e215 commit 8230745

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
distribution: "temurin"
2222
java-version: 21
2323
- uses: gradle/actions/setup-gradle@v5
24-
- uses: actions/setup-go@v6
25-
with:
26-
go-version: "1.26"
27-
check-latest: true # Always check for the latest patch release
2824
- name: Update CA
2925
if: github.repository == 'MetaCubeX/ClashMetaForAndroid'
3026
run: |

0 commit comments

Comments
 (0)