Skip to content

Commit a9ab282

Browse files
committed
chore(ci): remove no longer necessary setup-go
1 parent 6697d91 commit a9ab282

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
distribution: 'temurin'
2222
cache: 'sbt'
2323
java-version: ${{ matrix.java }}
24-
- uses: actions/setup-go@v2
25-
with:
26-
go-version: "^1.13.1"
2724
- run: sbt test
2825
bazel:
2926
runs-on: ubuntu-latest

.github/workflows/sourcegraph.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
java-version: 8
1919
cache: 'sbt'
2020

21-
- uses: actions/setup-go@v2
22-
with:
23-
go-version: "1.15.6"
24-
2521
- name: Install src
2622
run: yarn global add @sourcegraph/src
2723

0 commit comments

Comments
 (0)