Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Oct 10, 2023
1 parent f819295 commit 021d8b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.20.4
check-latest: true
cache-dependency-path: "**/*.sum"

- name: Fix go setup
run: |
go version
go env
echo GOPATH=$GOPATH >> $GITHUB_ENV
echo GOCACHE=/home/obscurouser/githubRunner/actions-runner/_work/_tool/go/1.20.4/x64/bin/go >> $GITHUB_ENV
echo GOMODCACHE=/home/obscurouser/githubRunner/actions-runner/_work/_tool/go/1.20.4/x64/bin/go >> $GITHUB_ENV

# Makes sure the artifacts are built correctly
- name: Build
Expand Down

0 comments on commit 021d8b3

Please sign in to comment.