Skip to content

Commit

Permalink
version v0.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Jun 12, 2024
1 parent 88ec036 commit 7e0844b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
BIN: ${{ github.workspace }}/bin
TMP: ${{ runner.temp }}
TMP: ${{ github.temp }}

jobs:
build:
Expand All @@ -27,7 +27,7 @@ jobs:
go-version: "1.22"

- name: Tools
run: make tools BIN=${{ env.BIN }} TMP=${{ runner.temp }}
run: make tools BIN=${{ env.BIN }} TMP=${{ env.TMP }}

- name: Build
run: go build -v -race ./...
Expand Down

0 comments on commit 7e0844b

Please sign in to comment.
-