Skip to content

update checkout and setup-go versions to prevent node js 12 and 16 de… #418

update checkout and setup-go versions to prevent node js 12 and 16 de…

update checkout and setup-go versions to prevent node js 12 and 16 de… #418

Workflow file for this run

name: test every commit
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: go test ./...