Skip to content

build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 #24

build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0

build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 #24

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
name: Go linter
uses: ./.github/workflows/lint.yml
test:
name: Go test
uses: ./.github/workflows/test.yml