Skip to content

Merge pull request #498 from SierraSoftworks/dependabot/npm_and_yarn/… #1136

Merge pull request #498 from SierraSoftworks/dependabot/npm_and_yarn/…

Merge pull request #498 from SierraSoftworks/dependabot/npm_and_yarn/… #1136

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.17.0'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...