Skip to content

BUG/MEDIUM: edge: avoid setting state until success #483

BUG/MEDIUM: edge: avoid setting state until success

BUG/MEDIUM: edge: avoid setting state until success #483

Workflow file for this run

name: Go build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4.1.0
with:
go-version-file: 'go.mod'
- name: Gofmt
run: ./scripts/gofmt.sh
- name: Build
run: go build ./...
- name: Staticcheck
uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2023.1"