Skip to content

Commit

Permalink
ci: remove dist directory
Browse files Browse the repository at this point in the history
Also, bump setup-go action to v5.

Signed-off-by: Zespre Chang <zespre.chang@suse.com>
  • Loading branch information
starbops committed Jul 17, 2024
1 parent 1e7f29d commit 9fac50f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.dapper
/.cache
/bin
/dist
*.swp
.idea
*.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0

ENV DAPPER_ENV REPO PUSH TAG DRONE_TAG ARCH
ENV DAPPER_SOURCE /go/src/github.com/harvester/vm-dhcp-controller
ENV DAPPER_OUTPUT ./bin ./dist ./chart/crds
ENV DAPPER_OUTPUT ./bin ./chart/crds
ENV DAPPER_DOCKER_SOCKET true
WORKDIR ${DAPPER_SOURCE}

Expand Down

0 comments on commit 9fac50f

Please sign in to comment.