Skip to content

Commit 27bc7d5

Browse files
remove go installations
1 parent ad7ae10 commit 27bc7d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 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
@@ -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

0 commit comments

Comments
 (0)