Skip to content

Commit

Permalink
chore(ci): fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Nov 1, 2023
1 parent d7b26d3 commit ee92ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: $GO_VERSION
go-version: ${{ env.GO_VERSION }}
- name: Cache Golang Deps
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: $GO_VERSION
go-version: ${{ env.GO_VERSION }}
- name: Cache Golang Deps
uses: actions/cache@v3
with:
Expand Down

0 comments on commit ee92ae1

Please sign in to comment.