Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
Signed-off-by: YZ775 <[email protected]>
  • Loading branch information
YZ775 committed Nov 13, 2023
1 parent 433c1bf commit 5e8000f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v4
with:
go-version: ${{ env.go-version }}
go-version-file: go.mod

- name: Install test tools
run: make SUDO="sudo" test-tools
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v4
with:
go-version: ${{ env.go-version }}
go-version-file: go.mod

- name: Install test tools
run: make SUDO="sudo" test-tools
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v4
with:
go-version: ${{ env.go-version }}
go-version-file: go.mod

- name: Install test tools
run: make SUDO="sudo" test-tools
Expand All @@ -84,7 +84,8 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v4
with:
go-version: ${{ env.go-version }}
go-version-file: go.mod

- name: Build image
run: make docker-build

Expand All @@ -98,7 +99,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v4
with:
go-version: ${{ env.go-version }}
go-version-file: go.mod

- id: auth
uses: google-github-actions/auth@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v4
with:
go-version: ${{ env.go-version }}
go-version-file: go.mod

- name: Build image
run: make docker-build
Expand Down

0 comments on commit 5e8000f

Please sign in to comment.