Skip to content

Commit

Permalink
*: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrd0ll4r committed Oct 11, 2023
1 parent aa19839 commit 7fb76df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Lint_Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"
- name: Tidy
run: |
GO_MOD_OUPUT="$(go mod tidy -v 2>&1)"
Expand Down Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Setup
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"
- name: Unit Tests
run: go test -v -race $(go list ./...)
run: go test -v -race $(go list ./...)
Empty file modified build-in-docker.sh
100644 → 100755
Empty file.

0 comments on commit 7fb76df

Please sign in to comment.