Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add GO111MODULE to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Sep 6, 2020
1 parent 035af0d commit 2fdc28d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
env:
GO111MODULE: "on"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2fdc28d

Please sign in to comment.