Skip to content

Update dominikh/staticcheck-action action to v1.3.1 #70

Update dominikh/staticcheck-action action to v1.3.1

Update dominikh/staticcheck-action action to v1.3.1 #70

Workflow file for this run

---
name: go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- uses: dominikh/[email protected]
with:
version: "2023.1.3"
install-go: false