Update call-username.yml
Some checks failed
Test Go Action / use-go-action (push) Failing after 0s

This commit is contained in:
Xiufeng Guo 2024-07-10 19:50:59 +09:00
parent bdfa56fb31
commit 817d90bbd7
Signed by: showfom
GPG Key ID: 29A7777777777777

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
uses: https://github.com/actions/setup-go
with:
go-version: '1.20'
run: go version