Skip to content

Commit

Permalink
chore(ci): remove GO111MODULE: on (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 authored Apr 12, 2022
1 parent 98400b3 commit 6b0b146
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
# - go.sum

name: checks
env:
GO111MODULE: on

jobs:
linting:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-grandpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
# - go.mod
# - go.sum
name: docker-grandpa
env:
GO111MODULE: on

jobs:
docker-grandpa-tests:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
# - go.mod
# - go.sum
name: docker-js
env:
GO111MODULE: on

jobs:
docker-polkadotjs-tests:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
# - go.mod
# - go.sum
name: docker-rpc
env:
GO111MODULE: on

jobs:
docker-rpc-tests:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
# - go.mod
# - go.sum
name: docker-stable
env:
GO111MODULE: on

jobs:
docker-stable-tests:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
# - go.mod
# - go.sum
name: docker-stress
env:
GO111MODULE: on

jobs:
docker-stress-tests:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches:
- staging

env:
GO111MODULE: on

jobs:
update:
strategy:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ on:
# - go.sum
# - Makefile
name: unit-tests
env:
GO111MODULE: on

jobs:
unit-tests:
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ ARG chain="polkadot"
ARG basepath="~/.gossamer"
ARG DD_API_KEY

ENV GO111MODULE=on

ENV chain=${chain}
ENV basepath=${basepath}
ENV DD_API_KEY=${DD_API_KEY}
Expand Down

0 comments on commit 6b0b146

Please sign in to comment.