summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-07 12:36:33 +0900
committerhaturatu <taro@eyes4you.org>2024-12-07 12:36:33 +0900
commitf7b9390966ba7b3f5b50841a4b4406fa80f67a70 (patch)
treee4913b35c56b2c666d75bdad1eb43106c4ed2bda
parent6f0369786126e4809d83ca9bb1be5e2141f5720b (diff)
gitea actions compatible
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 034eee0..533d018 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Go
- uses: actions/setup-go@v4
+ uses: https://github.com/actions/setup-go@v4
with:
go-version: '1.23.3'