Skip to content

build(deps): bump actions/cache from 3 to 4 #144

build(deps): bump actions/cache from 3 to 4

build(deps): bump actions/cache from 3 to 4 #144

Workflow file for this run

name: Go
on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: go build ./...
- run: go test -v ./...
- run: go vet -v ./...