Skip to content

fix(deps): update module github.com/tomcz/gotools to v0.10.2 (#25) #123

fix(deps): update module github.com/tomcz/gotools to v0.10.2 (#25)

fix(deps): update module github.com/tomcz/gotools to v0.10.2 (#25) #123

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
- name: Build
run: make commit