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:12 +09:00
parent 7cd38bc914
commit bdfa56fb31
Signed by: showfom
GPG Key ID: 29A7777777777777

View File

@ -1,11 +1,13 @@
name: 'Test Go Action'
on: [push]
jobs:
use-go-action:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: '1.20'
run: go version