Skip to content

fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9b… #11

fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9b…

fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9b… #11

Workflow file for this run

name: Go Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: |
go install golang.org/x/lint/golint@latest
golint -set_exit_status ./...