1
0
mirror of https://github.com/zu1k/nali.git synced 2025-02-02 10:22:41 +08:00

fix: go build workflow

Signed-off-by: zu1k <i@zu1k.com>
This commit is contained in:
zu1k 2022-04-03 18:14:17 +08:00
parent 41b60dd2d9
commit e818a9037b
No known key found for this signature in database
GPG Key ID: AE381A8FB1EF2CC8

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
- uses: actions/setup-go@v3
uses: actions/setup-go@v3
with:
go-version: '^1.18.0'