Skip to content

⬆️ action: Bump actions/checkout from 3.5.2 to 3.5.3 (#61) #165

⬆️ action: Bump actions/checkout from 3.5.2 to 3.5.3 (#61)

⬆️ action: Bump actions/checkout from 3.5.2 to 3.5.3 (#61) #165

Workflow file for this run

name: build
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
env:
CI: true
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version-file: 'go.mod'
cache: true
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go build -v .