Skip to content

update dependencies, Go version and setup-go GitHub action #25

update dependencies, Go version and setup-go GitHub action

update dependencies, Go version and setup-go GitHub action #25

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Run tests
run: go test -cover ./...