Skip to content

chore(deps): update actions/checkout action to v4 #189

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #189

Workflow file for this run

name: "Auto: Build & Test"
on:
pull_request:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Test
run: go test -v ./...
- uses: dominikh/[email protected]
with:
version: "2022.1.3"
- name: Build
run: go build -v ./...