mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
Add go.work to gitignore
Add go work init to workflows
This commit is contained in:
@@ -12,6 +12,8 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Go Workfile
|
||||
run: go work init ./ci ./src_code/go_src
|
||||
- run: go get dagger.io/dagger@latest
|
||||
- run: mkdir ./dist
|
||||
- run: go run ci/build_test_release.go
|
||||
|
||||
@@ -15,6 +15,8 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Go Workfile
|
||||
run: go work init ./ci ./src_code/go_src
|
||||
- name: Get Dagger
|
||||
run: go get dagger.io/dagger@latest
|
||||
- name: Run Dagger Test Workflow
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
go.work
|
||||
go.sum
|
||||
go.work.sum
|
||||
go.work
|
||||
Reference in New Issue
Block a user