Skip to content

Commit

Permalink
fix lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen917 committed Nov 27, 2023
1 parent ee93246 commit 9e9ccd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
submodules: recursive

- name: Set Go version
run: |
source ./scripts/versions.sh
GO_VERSION=$GO_VERSION >> $GITHUB_ENV
run: |
source ./scripts/versions.sh
GO_VERSION=$GO_VERSION >> $GITHUB_ENV
- name: Setup Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 9e9ccd0

Please sign in to comment.