Skip to content

Commit

Permalink
make go module
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack4 committed Aug 18, 2020
1 parent 1c52c5f commit 489460d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
pull_request:
push:

env:
GO111MODULE: auto

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/rhythmictech/terraform-provider-errorcheck/m

go 1.15

0 comments on commit 489460d

Please sign in to comment.