Skip to content

Getting go version from go.mod #8

Getting go version from go.mod

Getting go version from go.mod #8

Workflow file for this run

name: test
on:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: go test