diff options
author | haturatu <taro@eyes4you.org> | 2024-12-07 12:36:33 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-07 12:36:33 +0900 |
commit | f7b9390966ba7b3f5b50841a4b4406fa80f67a70 (patch) | |
tree | e4913b35c56b2c666d75bdad1eb43106c4ed2bda /.github | |
parent | 6f0369786126e4809d83ca9bb1be5e2141f5720b (diff) |
gitea actions compatible
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 2 |
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' |