Skip to content

Bump the go-tools-dependencies group in /go/tools with 3 updates #393

Bump the go-tools-dependencies group in /go/tools with 3 updates

Bump the go-tools-dependencies group in /go/tools with 3 updates #393

Workflow file for this run

name: Go build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./go
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
cache: true
- name: Build
run: go build -v ./...