Skip to content

Commit

Permalink
Retry Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Jan 11, 2025
1 parent 47c736d commit 66f3338
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

- name: Report Mistakes in Package
run: go vet ./server
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
RUN go vet ./server
RUN go fix ./server
RUN go fmt ./server
Expand Down

0 comments on commit 66f3338

Please sign in to comment.