From 9ec739d435b6004c204c180c45c86a8e11f66e0c Mon Sep 17 00:00:00 2001 From: Braydon Date: Sun, 6 Aug 2023 01:33:21 -0400 Subject: [PATCH] oops --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1f26523..c41d736 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -5,8 +5,8 @@ on: env: GOPROXY: https://goproxy.io,direct - GOPATH: /go_path - GOCACHE: /go_cache + GOPATH: $HOME/go_path + GOCACHE: $HOME/go_cache jobs: lint: