Skip to content

Commit

Permalink
chore: remove go workspace
Browse files Browse the repository at this point in the history
This should fix inconsistencies between submodules and dependencies
  • Loading branch information
pandatix committed Jun 3, 2024
1 parent 28d4ea1 commit ebad92e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,356 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.work'
go-version-file: 'provider/go.mod'

- name: Initialize CodeQL
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.work'
go-version-file: 'provider/go.mod'
- name: disarm go:embed directives to enable lint
continue-on-error: true # this fails if there are no go:embed directives
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.work'
go-version-file: 'provider/go.mod'

- name: Install Syft
uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.work'
go-version-file: 'provider/go.mod'
cache: true

- name: Install pulumictl
Expand Down
7 changes: 0 additions & 7 deletions go.work

This file was deleted.

Loading

0 comments on commit ebad92e

Please sign in to comment.