mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-17 13:22:56 +01:00
update checkout and setup-go versions to prevent node js 12 and 16 deprecations in github actions
This commit is contained in:
parent
ced14c09ac
commit
c5819b6cb5
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -7,8 +7,10 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: ./go.mod
|
||||
|
||||
- run: go test ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user