Skip to content

Commit 383e7ba

Browse files
authored
Merge pull request #1467 from 0chain/remove/go
remove go installations
2 parents c14daa5 + c12580a commit 383e7ba

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build-&-publish-docker-image.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
echo "BRANCH=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo ${GITHUB_REF#refs/*/} || echo $GITHUB_HEAD_REF)" >> $GITHUB_ENV
4343
echo "SHA=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo $GITHUB_SHA || echo '${{ github.event.pull_request.head.sha }}')" >> $GITHUB_ENV
4444
45-
- name: Setup go
46-
uses: actions/setup-go@v4
47-
with:
48-
go-version: ^1.21 # The Go version to download (if necessary) and use.
45+
# - name: Setup go
46+
# uses: actions/setup-go@v4
47+
# with:
48+
# go-version: ^1.21 # The Go version to download (if necessary) and use.
4949

5050
- name: Clone blobber
5151
uses: actions/checkout@v3
@@ -61,9 +61,9 @@ jobs:
6161
username: ${{ secrets.DOCKERHUB_USERNAME }}
6262
password: ${{ secrets.DOCKERHUB_PASSWORD }}
6363

64-
- name: Get changed files using defaults
65-
id: changed-files
66-
uses: tj-actions/changed-files@v18.4
64+
# - name: Get changed files using defaults
65+
# id: changed-files
66+
# uses: tj-actions/changed-files@v18.4
6767

6868
- name: Pull Build Base
6969
run: |
@@ -118,10 +118,10 @@ jobs:
118118
echo "BRANCH=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo ${GITHUB_REF#refs/*/} || echo $GITHUB_HEAD_REF)" >> $GITHUB_ENV
119119
echo "SHA=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo $GITHUB_SHA || echo '${{ github.event.pull_request.head.sha }}')" >> $GITHUB_ENV
120120
121-
- name: Setup go
122-
uses: actions/setup-go@v4
123-
with:
124-
go-version: ^1.21 # The Go version to download (if necessary) and use.
121+
# - name: Setup go
122+
# uses: actions/setup-go@v4
123+
# with:
124+
# go-version: ^1.21 # The Go version to download (if necessary) and use.
125125

126126
- name: Clone blobber
127127
uses: actions/checkout@v3
@@ -136,11 +136,11 @@ jobs:
136136
username: ${{ secrets.DOCKERHUB_USERNAME }}
137137
password: ${{ secrets.DOCKERHUB_PASSWORD }}
138138

139-
- name: Get changed files using defaults
140-
id: changed-files
141-
uses: tj-actions/changed-files@v18.4
142-
with:
143-
fetch-depth: 0
139+
# - name: Get changed files using defaults
140+
# id: changed-files
141+
# uses: tj-actions/changed-files@v18.4
142+
# with:
143+
# fetch-depth: 0
144144

145145
- name: Pull Build Base
146146
run: |

0 commit comments

Comments
 (0)