Skip to content

Commit

Permalink
Revert "build: pass Go release channel to lint-project.sh"
Browse files Browse the repository at this point in the history
This reverts commit 589422d.
  • Loading branch information
adamdecaf committed Feb 17, 2025
1 parent 4b17e34 commit f070c13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ jobs:
- name: Check
if: runner.os == 'Linux'
run: make check
env:
GO_RELEASE: ${{ matrix.version }}

- name: Short Check
if: runner.os != 'Linux'
run: make check
env:
GOTEST_FLAGS: "-short"
GO_RELEASE: ${{ matrix.version }}

- name: Logs
if: failure() && runner.os == 'Linux'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nocgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ jobs:
run: make check
env:
CGO_ENABLED: "0"
GO_RELEASE: ${{ matrix.version }}

- name: Short Check
if: runner.os != 'Linux'
run: make check
env:
CGO_ENABLED: "0"
GOTEST_FLAGS: "-short"
GO_RELEASE: ${{ matrix.version }}

- name: Logs
if: failure() && runner.os == 'Linux'
Expand Down

0 comments on commit f070c13

Please sign in to comment.