Skip to content

Commit

Permalink
feat: commit go.work
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed May 16, 2024
1 parent deeb799 commit 66cf143
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ^1.22.2
- name: Setup workspace
run: cp go.work.dist go.work
- name: Download golangci-lint installer
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh -o /tmp/install-golangci-lint.sh
- name: Install golangci-lint
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ^1.22.2
- name: Setup workspace
run: cp go.work.dist go.work
- name: Run GoReleaser for release
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ^1.22.2
- name: Setup workspace
run: cp go.work.dist go.work
- name: Log in to Docker Hub
if: ${{ !contains(github.ref_name, '-') }}
uses: docker/login-action@v3
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ coverage/
bin/
dist/
vendor/
go.work
6 changes: 6 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
go 1.22

use (
.
./tests
)

0 comments on commit 66cf143

Please sign in to comment.