mirror of
https://github.com/nxtrace/nali
synced 2024-11-23 18:58:59 +00:00
chore: Update github action deps
Signed-off-by: zu1k <i@zu1k.com>
This commit is contained in:
parent
f391935999
commit
5ddfad0013
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '^1.18.0'
|
||||
go-version: '^1.18'
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v3
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
draft: true
|
||||
prerelease: true
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
name: build
|
||||
|
Loading…
Reference in New Issue
Block a user