Skip to content

Commit

Permalink
add env vars to enable go modules? (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed Oct 5, 2022
1 parent b5af2e2 commit b3fdf1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-18.04
env:
GO111MODULE: on
steps:
-
name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pygmy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
jobs:
basic:
runs-on: ubuntu-18.04
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down Expand Up @@ -56,6 +58,8 @@ jobs:

full:
runs-on: ubuntu-18.04
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit b3fdf1d

Please sign in to comment.