Skip to content

Commit

Permalink
Clear previous go setup (from system)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Litvinov <[email protected]>
  • Loading branch information
Zensey committed Jul 26, 2024
1 parent e7265d2 commit 68b6e2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests-and-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand All @@ -72,7 +72,7 @@ jobs:
run: |
#export PATH=${GOROOT}/bin:$PATH
rm -rf /opt/hostedtoolcache/go
go version
which go
- uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit 68b6e2e

Please sign in to comment.