Skip to content

Commit

Permalink
TODO: Fix Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Jan 11, 2025
1 parent ce1e82f commit ab4bed7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:

- name: Report Mistakes in Package
run: go vet ./server/source/main.go

- name: Update Package to New APIs
run: go fix ./server/source/main.go

- name: Format Package
run: go fmt ./server/source/main.go

- name: Compile Package and Dependencies
run: GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go
2 changes: 0 additions & 2 deletions data-interchange.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ RUN wget https://go.dev/dl/go1.23.4.linux-amd64.tar.gz && tar --extract --file .
RUN mv ./go1.23.4.linux-amd64/go /usr/bin
RUN go env
RUN go vet ./server/source/main.go
RUN go fix ./server/source/main.go
RUN go fmt ./server/source/main.go
RUN GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go

0 comments on commit ab4bed7

Please sign in to comment.