update checkout and setup-go versions to prevent node js 12 and 16 deprecations in github actions

This commit is contained in:
ramin 2024-02-26 20:59:19 +00:00 committed by fiatjaf_
parent ced14c09ac
commit c5819b6cb5

View File

@ -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 ./...