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 56901b0 commit ce1e82f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:

- name: Environment Information
run: go env

- name: List Packages or Modules
run: go list ./server/source/main.go

- name: Report Mistakes in Package
run: go vet ./server/source/main.go
Expand Down
1 change: 0 additions & 1 deletion data-interchange.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN echo 'export PATH="$PATH:/usr/bin/go/bin"' >> ~/.bashrc && echo 'export PATH
RUN wget https://go.dev/dl/go1.23.4.linux-amd64.tar.gz && tar --extract --file ./*.gz --verbose
RUN mv ./go1.23.4.linux-amd64/go /usr/bin
RUN go env
RUN go list ./server/source/main.go
RUN go vet ./server/source/main.go
RUN go fix ./server/source/main.go
RUN go fmt ./server/source/main.go
Expand Down

0 comments on commit ce1e82f

Please sign in to comment.