Skip to content

Use golang 1.22.3 to match go.mod #32

Use golang 1.22.3 to match go.mod

Use golang 1.22.3 to match go.mod #32

Workflow file for this run

---
name: Linting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Linting
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.22.3'
- run: go fmt